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

TcxExtEditingControlNavigatorButtons Class

The collection of navigator buttons for an editing control.

Declaration

TcxExtEditingControlNavigatorButtons = class(
    TcxNavigatorControlButtons
)

Remarks

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

The TcxExtEditingControlNavigatorButtons object is referenced by the TcxControlNavigator.Buttons property.

See Also