Skip to main content
Tab

ASPxCardViewDataValidationEventArgs(Int32, Boolean) Constructor

Initializes a new instance of the ASPxCardViewDataValidationEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewDataValidationEventArgs(
    int visibleIndex,
    bool isNew
)

Parameters

Name Type Description
visibleIndex Int32

An integer value that is the processed data item visible index.

isNew Boolean

true if the processed data item is new; otherwise, false.

See Also