TcxCustomDBNavigator.Buttons Property
In This Article
Provides access to data-aware navigator buttons.
#Declaration
Delphi
property Buttons: TcxDBNavigatorButtons read; write;
#Property Value
Type |
---|
Tcx |
#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