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

ASPxGridViewCustomButtonInitializer.IsEditingRow Property

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

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.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