Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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