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.2.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
IsEditingCard Gets whether the card is in edit mode.
Properties Contains settings related to the FormLayout used in the processed card.
VisibleIndex Gets the visible index of the processed card.

The event data class exposes the following methods:

Method Description
FindLayoutItemByColumn(String) Returns a layout item that belongs to the specified column.
FindLayoutItemOrGroup(String) Returns a layout item or group object with the specified name.
See Also