Skip to main content
Tab

ASPxGridView.IsEditing Property

Indicates whether the ASPxGridView is in edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsEditing { get; }

Property Value

Type Description
Boolean

true if the ASPxGridView is in edit mode; otherwise, false.

See Also