TcxCustomNavigatorButtons.DefaultImages Property
Provides access to a list of images to be displayed within default buttons when the Images property is unassigned.
Declaration
property DefaultImages: TCustomImageList read;
Property Value
Type |
---|
TCustomImageList |
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