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

TcxCustomNavigatorButtons.Delete Property

A button that deletes the current record and makes the next record the current one.

Declaration

property Delete: TcxNavigatorButton index NBDI_DELETE read; write;

Property Value

Type
TcxNavigatorButton

Remarks

This button is always enabled regardless of the state of the other buttons. However, you can disable it as and when required.

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

See Also