Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxCardViewCardLayoutCreatedEventArgs(FormLayoutProperties, Int32) Constructor

Initializes a new instance of the ASPxCardViewCardLayoutCreatedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxCardViewCardLayoutCreatedEventArgs(
    FormLayoutProperties properties,
    int visibleIndex
)

Parameters

Name Type Description
properties FormLayoutProperties

A FormLayoutProperties object that contains settings related to the FormLayout used in the processed card. This value is assigned to the ASPxCardViewCardLayoutCreatedEventArgs.Properties property.

visibleIndex Int32

An integer zero-based index that identifies the processed card.

See Also