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

ASPxCardViewCommandButtonEventArgs.IsEditingCard Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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