Skip to main content
A newer version of this page is available. .

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