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

TcxGridViewNavigatorButtons Class

A collection of navigator buttons.

Declaration

TcxGridViewNavigatorButtons = class(
    TcxNavigatorControlButtons
)

Remarks

Since the TcxGridViewNavigatorButtons class does not provide any new functionality except for introducing the GridView property and publishing the ConfirmDelete property, refer to the description of the ancestor class (TcxNavigatorControlButtons) to learn about collection capabilities.

The TcxGridViewNavigatorButtons object is referenced by the View’s Navigator.Buttons property.

See Also