Back to Devexpress

ASPxCardView.HtmlCardPrepared Event

aspnet-devexpress-dot-web-dot-aspxcardview-c288ddec.md

latest1.5 KB
Original Source

ASPxCardView.HtmlCardPrepared Event

Enables the settings of individual cards to be changed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxCardViewHtmlCardPreparedEventHandler HtmlCardPrepared
vb
Public Event HtmlCardPrepared As ASPxCardViewHtmlCardPreparedEventHandler

Event Data

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

PropertyDescription
CardGets the processed card.
VisibleIndexGets 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

Card View

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace