Skip to main content
Tab

ASPxCardViewHtmlCardPreparedEventArgs(WebControl, Int32) Constructor

Initializes a new instance of the ASPxCardViewHtmlCardPreparedEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewHtmlCardPreparedEventArgs(
    WebControl card,
    int visibleIndex
)

Parameters

Name Type Description
card WebControl

An object that represents the processed card. This value is assigned to the ASPxCardViewHtmlCardPreparedEventArgs.Card property.

visibleIndex Int32

An integer zero-based index that uniquely identifies the processed card.

See Also