TcxPCCustomButtons.HeaderImages Property
In This Article
Specifies a collection of button images for display within the navigator bar.
#Declaration
Delphi
property HeaderImages: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use a custom button’s HeaderImageIndex property to select a particular image from the HeaderImages collection.
See Also