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

ASPxGridView.IsEditing Property

Indicates whether the ASPxGridView is in edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.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