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

TcxSchedulerStorageResources.OnGetResourceImageIndex Event

In This Article

Fires when the index of an image to draw in a resource header is about to be retrieved.

#Declaration

Delphi
property OnGetResourceImageIndex: TcxSchedulerGetResourceImageIndexEvent read; write;

#Remarks

Handle this event to override the resource’s ImageIndex property setting.

The Sender parameter specifies the scheduler storage whose image index is about to be retrieved.

The AResource parameter specifies the storage resource.

The AImageIndex parameter specifies the image’s index in the image list provided by the Images property.

See Also