Skip to main content

TdxWheelPickerItem.ImageIndex Property

Specifies the image to be displayed by the wheel item.

Declaration

property ImageIndex: TcxImageIndex read; write; default -1;

Property Value

Type
TcxImageIndex

Remarks

The image is identified by its index in the image list associated with wheel items using the editor’s Properties.Images property. -1 assigned to the ImageIndex property indicates that no image from the associated list is displayed by the wheel item. Alternatively, you can assign an image to this wheel item using the Glyph property, which has priority over the ImageIndex property setting.

The default value of the ImageIndex property is -1.

See Also