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

TcxSchedulerNavigatorButton.ImageIndex Property

Specifies an index of the bitmap used to draw the current resource navigation button.

#Declaration

Delphi
property ImageIndex: Integer read; write; default -1;

#Property Value

Type
Integer

#Remarks

Use this property to specify the index of the image used to draw the current resource navigation button’s glyph. If the ImageIndex property is set to -1 and the current button is the built-in button, then the built-in (internal) image is used to draw the button. The built-in button is drawn as a blank button if the value of the ImageIndex property is set to 0 or greater and a user-defined image collection was not specified (see the TcxSchedulerResourceNavigator.ButtonImages property). The custom button is drawn as a blank button if the ImageIndex property is set to -1 or the ImageIndex property is set to 0 or greater and a user-defined image collection was not specified.

The default value of the ImageIndex property is -1.

See Also