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

BootstrapCardView.CardLayoutCreated Event

OBSOLETE

Use the CardLayoutItemsCreated event instead.

Occurs when the card layout has been created.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Obsolete("Use the CardLayoutItemsCreated event instead.")]
[Browsable(false)]
public event ASPxCardViewCardLayoutCreatedEventHandler CardLayoutCreated

Event Data

The CardLayoutCreated event's data class is ASPxCardViewCardLayoutCreatedEventArgs. The following properties provide information specific to this event:

Property Description
Properties Contains settings related to the FormLayout used in the processed card.
VisibleIndex Gets the visible index of the processed card.
See Also