Skip to main content

TcxCustomDBNavigator.Buttons Property

Provides access to data-aware navigator buttons.

Declaration

property Buttons: TcxDBNavigatorButtons read; write;

Property Value

Type
TcxDBNavigatorButtons

Remarks

Refer to the TcxDBNavigatorButtons topic to learn more about the available buttons.

The data-aware buttons represent the db-aware functionality, i.e. all the actions refer to the specified database. By contrast, the standard non-db buttons have functionality as defined in the appropriate control (see IcxNavigator).

See Also