ASPxCardViewHtmlCardPreparedEventArgs(WebControl, Int32) Constructor
Initializes a new instance of the ASPxCardViewHtmlCardPreparedEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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