TcxNavigatorCustomButton Class
In This Article
A navigator control‘s custom button.
#Declaration
Delphi
TcxNavigatorCustomButton = class(
TCollectionItem
)
#Remarks
This class provides properties that allow you to specify the button’s visibility, accessibility, hint, and image.
TcxNavigatorCustomButton objects are stored in a TcxNavigatorCustomButtons collection, which is referenced via the TcxCustomNavigatorButtons.CustomButtons property.
#Inheritance
TObject
TPersistent
TCollectionItem
TcxNavigatorCustomButton
See Also