300x250 NullText1 DevExpress / Winform LookUpEdit 컨트롤에서 NULL 값에 텍스트 입력하기. LookUpEdit.Properties.NullText 를 통하여 Null 값을 나타내는 텍스트를 가져 오거나 설정할 수 있습니다. public class CityInfo { public int ID { get; set; } public string City { get; set; } public string Country { get; set; } public string Region { get; set; } } List Persons = new List(); List Cities = new List(); CreateData(); LookUpEdit lookUpEdit = new LookUpEdit(); lookUpEdit.Parent = this; lookUpEdit.Location = new Syste.. 2019. 4. 15. 이전 1 다음 300x250