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

ASPxCardViewCardLayoutCreatedEventArgs(FormLayoutProperties, Int32, ASPxCardView, Boolean) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewCardLayoutCreatedEventArgs(
    FormLayoutProperties properties,
    int visibleIndex,
    ASPxCardView cardView = null,
    bool isEditingCard = false
)

Parameters

Name Type Description
properties FormLayoutProperties

Form layout properties.

visibleIndex Int32

The visible index.

Optional Parameters

Name Type Default Description
cardView ASPxCardView *null*

The card view.

isEditingCard Boolean False

true if the processed card is in edit form; otherwise, false.

See Also