TcxCustomNavigatorButtons.DefaultImages Property
In This Article
Provides access to a list of images to be displayed within default buttons when the Images property is unassigned.
#Declaration
Delphi
property DefaultImages: TCustomImageList read;
#Property Value
Type |
---|
TCustom |
#Remarks
If you assigned the Images property, the image to be displayed in a default button is specified by the button’s ImageIndex property. Otherwise, the button’s image is retrieved from the DefaultImages list using the button’s default index.
See Also