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

ASPxGridViewCommandButtonEventArgs.IsEditingRow Property

Gets whether a command button is displayed within the data row currently being edited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsEditingRow { get; }

Property Value

Type Description
Boolean

true, if the processed command button is displayed within the edited row; otherwise, false.

See Also