[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1DropDownControlBase.ImageIndex

ImageIndex Property

ImageIndex

Gets or sets the image list index value of the image displayed on a drop down control.

Declaration
[TypeConverter(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
Implements