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.ImageIndex Property

Specifies the resource header icon by its index in the image list associated with the resource collection.

#Declaration

Delphi
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