Skip to main content

DataNavigatorButtons.Remove Property

The button used to delete the current record.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public NavigatorButton Remove { get; }

Property Value

Type Description
NavigatorButton

The navigator’s Remove button.

Remarks

Remove_button

See Also