ASPxCardViewSummaryDisplayTextEventArgs(ASPxCardView, ASPxCardViewSummaryItem, Object, String) Constructor
Initializes a new instance of the ASPxCardViewSummaryDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxCardViewSummaryDisplayTextEventArgs(
ASPxCardView cardView,
ASPxCardViewSummaryItem item,
object value,
string text
)
Parameters
| Name | Type | Description |
|---|---|---|
| cardView | ASPxCardView | A card view control. |
| item | ASPxCardViewSummaryItem | A summary item. |
| value | Object | A summary value. |
| text | String | A summary item text. |
See Also