Skip to main content
All docs
V19.1
Tab

ASPxCardViewCardLayoutCreatedEventArgs(FormLayoutProperties, Int32) Constructor

Initializes a new instance of the ASPxCardViewCardLayoutCreatedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.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