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

ASPxGridViewCustomButtonEventArgs.IsEditingRow Property

Gets whether a custom 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 custom button is displayed within the row currently being edited; otherwise, false.

See Also