Skip to main content

TcxSchedulerStorageResourceItem.ActualImageIndex Property

Gets the zero-based index of the bitmap used to draw the resource icon.

Declaration

property ActualImageIndex: TcxImageIndex read;

Property Value

Type
TcxImageIndex

Remarks

The ActualImageIndex property returns the index of either the ImageIndex property value or the value specified within the TcxSchedulerStorageResources.OnGetResourceImageIndex event handler if it’s implemented. It returns -1, if the ImageIndex property value is invalid.

See Also