Skip to main content

ControlNavigatorButtons.Edit Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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