Skip to main content

TcxGridViewNavigator.Buttons Property

Provides access to navigator buttons.

Declaration

property Buttons: TcxGridViewNavigatorButtons read; write;

Property Value

Type
TcxGridViewNavigatorButtons

Remarks

The View navigator can include:

  • A set of predefined buttons for common data operations.

  • Custom buttons to cover additional functionality.

Refer to the TcxGridViewNavigatorButtons and TcxNavigatorControlButtons class descriptions for detailed information on available options.

See Also