Skip to main content
Tab

ASPxCardViewDataValidationEventArgs.IsNewCard Property

Gets whether the processed card is new.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool IsNewCard { get; }

#Property Value

Type Description
Boolean

true if the card is new; otherwise, false.

See Also