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

TcxGridLevelTabs.Images Property

Specifies the source of images to display within grid level tabs.

#Declaration

Delphi
property Images: TCustomImageList read; write;

#Property Value

Type
TCustomImageList

#Remarks

Use this property to specify the TImageList object that can be displayed within grid level tabs. To associate an image with a grid level tab, use the grid level’s ImageIndex property. The image will be displayed within the tab along with a tab caption specified by the grid level’s Caption property.

The Images property overrides the grid’s Images property.

See Also