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

DataNavigatorButtons.Remove Property

Gets the button used to delete the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public NavigatorButton Remove { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s Remove button.

Remarks

The default Remove button’s appearance is displayed in the image below:

Remove_button

See Also