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

DataNavigatorButtons.EndEdit Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public NavigatorButton EndEdit { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s EndEdit button.

Remarks

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

EndEdit_button

See Also