Back to Devexpress

TcxSchedulerStorageResourceItem.ActualImageIndex Property

vcl-cxschedulerstorage-dot-tcxschedulerstorageresourceitem-772dab5b.md

latest1.1 KB
Original Source

TcxSchedulerStorageResourceItem.ActualImageIndex Property

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

Declaration

delphi
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

TcxSchedulerStorageResourceItem Class

TcxSchedulerStorageResourceItem Members

cxSchedulerStorage Unit