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

TdxTileControlActionBarItem.ImageIndex Property

Specifies the action bar item’s image by its zero-based index in the action bars’ image list.

#Declaration

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

#Property Value

Type
TcxImageIndex

#Remarks

The specified image represents the normal state image. A tile control automatically transforms this image for display in the hot-tracked or pressed item state.

-1 assigned to the ImageIndex property indicates that no image is specified. Note that this property is in effect if the action bar item’s Glyph property is unassigned.

The default value of the ImageIndex property is -1.

See Also