Back to Devexpress

ControlNavigatorButtons.EndEdit Property

windowsforms-devexpress-dot-xtraeditors-dot-controlnavigatorbuttons-1bc57b2e.md

latest1.5 KB
Original Source

ControlNavigatorButtons.EndEdit Property

Gets the button used to post the edited record to the associated data source.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
NavigatorButton

A NavigatorButton object representing the navigator’s EndEdit button.

|

Remarks

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

See Also

Edit

CancelEdit

ControlNavigatorButtons Class

ControlNavigatorButtons Members

DevExpress.XtraEditors Namespace