Skip to main content
Tab

ASPxCardViewCustomCommandButtonEventArgs.IsEditingCard Property

Gets whether a custom command button is displayed within the card currently being edited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsEditingCard { get; }

Property Value

Type Description
Boolean

true if the processed custom command button is displayed within the card currently being edited; otherwise, false.

See Also