Skip to main content

TcxCustomNavigatorButtons.Cancel Property

A button that cancels modifications to the current record.

Declaration

property Cancel: TcxNavigatorButton index NBDI_CANCEL read; write;

Property Value

Type
TcxNavigatorButton

Remarks

This button also restores the record display to its condition prior to editing, disables the Post button and enables the Edit button. The Cancel button is enabled only after editing; otherwise it is disabled.

The default index of this button in the collection is NBDI_CANCEL.

See Also