TcxCustomNavigator.CustomButtons Property
Used to provide access to navigator buttons.
Declaration
property CustomButtons: TcxCustomNavigatorButtons read;
Property Value
Type |
---|
TcxCustomNavigatorButtons |
Remarks
Use the Buttons property to access the collection of buttons for a navigator control. Refer to the TcxCustomNavigatorButtons topic to learn about the available navigator buttons and their functionality. Note that this functionality may differ for db and non-db navigators.
See Also