Skip to main content
Tab

ASPxCardView.HtmlCardPrepared Event

Enables the settings of individual cards to be changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event ASPxCardViewHtmlCardPreparedEventHandler HtmlCardPrepared

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