TcxGridLevelTabs.Images Property
Specifies the source of images to display within grid level tabs.
Declaration
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