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

TcxControlNavigator.Buttons Property

Specifies the navigator’s buttons.

Declaration

property Buttons: TcxExtEditingControlNavigatorButtons read; write;

Property Value

Type
TcxExtEditingControlNavigatorButtons

Remarks

Use this property to access a collection of buttons available within the navigator. With the collection, you can control the visibility of individual buttons, specify icons and hints for them, etc. Refer to the TcxExtEditingControlNavigatorButtons class description, for details.

See Also