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

TcxCustomNavigatorButtons.Edit Property

A button that switches the dataset into edit state so that the current record can be modified.

Declaration

property Edit: TcxNavigatorButton index NBDI_EDIT read; write;

Property Value

Type
TcxNavigatorButton

Remarks

This button also enables the Post and Cancel buttons but becomes disabled once editing has started. Press Post or Cancel to end editing, thus re-enabling the Edit button.

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

See Also