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

ControlNavigatorButtons.Edit Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual NavigatorButton Edit { get; }

Property Value

Type Description
NavigatorButton

A NavigatorButton object representing the navigator’s Edit button.

Remarks

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

Edit_Button

See Also