TcxSchedulerStorageResourceItem.ImageIndex Property
Specifies the resource header icon by its index in the image list associated with the resource collection.
Declaration
property ImageIndex: TcxImageIndex read; write; default -1;
Property Value
Type |
---|
TcxImageIndex |
Remarks
Use this property to associate the resource with an icon from the Resources.Images list.
The linked Scheduler control’s scheduling area displays no icon for the resource if at least one of the following conditions is met:
No image list is assigned to the Resources.Images property;
The associated image list has no image with the specified index;
The ImageIndex property is set to -1.
The default ImageIndex property value is -1.
See Also