Skip to main content

TcxNavigatorCustomButton Class

A navigator control‘s custom button.

Declaration

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