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

ControlNavigatorButtons.Remove Property

Gets the button used to delete the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual 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