Back to Devexpress

ControlNavigatorButtons.Edit Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-aeca662f.md

latest1.5 KB
Original Source

ControlNavigatorButtons.Edit Property

Gets the button used to set the dataset to the edit state.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s Edit button.

|

Remarks

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

See Also

EndEdit

CancelEdit

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace