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.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[Browsable(false)]
[Obsolete("Use the CardLayoutItemsCreated event instead.")]
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