Back to Devexpress

ControlNavigatorButtons.Remove Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-154b7fe3.md

latest1.7 KB
Original Source

ControlNavigatorButtons.Remove Property

Gets the button used to delete the current record.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual NavigatorButton Remove { get; }
vb
Public Overridable ReadOnly Property Remove As NavigatorButton

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s Remove button.

|

Remarks

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

See Also

Append

Edit

CancelEdit

EndEdit

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace