ASPxCardView.HtmlCardPrepared Event
Enables the settings of individual cards to be changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The HtmlCardPrepared event's data class is ASPxCardViewHtmlCardPreparedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Card | Gets the processed card. |
VisibleIndex | Gets an integer zero-based index of the card. |
Remarks
The HtmlCardPrepared event is raised for each card within the ASPxCardView. You can handle this event to change the style settings of individual cards.
See Also