Skip to main content
All docs
V25.2
  • Tab

    ASPxCardViewCardLayoutCreatedEventArgs(FormLayoutProperties, Int32, ASPxCardView, Boolean) Constructor

    Initializes a new instance of the class.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.2.dll

    NuGet Package: DevExpress.Web

    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