Skip to main content
Tab

ASPxCardViewCommandButtonEventArgs.IsEditingCard Property

Gets whether a 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 command button is displayed within the edited card; otherwise, false.

See Also