Skip to main content

TcxNavigatorButton Class

A navigator control‘s button.

Declaration

TcxNavigatorButton = class(
    TPersistent
)

Remarks

Developer Express navigator controls allow you to customize individual buttons. You can access these buttons via the navigator’s Buttons property.

The TcxNavigatorButton class provides members that allow you to customize the appearance and behavior of buttons.

Inheritance

TObject
TPersistent
TcxNavigatorButton
See Also