Skip to main content

BootstrapCardViewCardLayoutItemsCreatedEventArgs(BootstrapFormLayoutProperties, Int32) Constructor

Initializes a new instance of the BootstrapCardViewCardLayoutItemsCreatedEventArgs class.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewCardLayoutItemsCreatedEventArgs(
    BootstrapFormLayoutProperties properties,
    int visibleIndex
)

Parameters

Name Type Description
properties BootstrapFormLayoutProperties

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

visibleIndex Int32

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

See Also