ASPxCardViewSummaryDisplayTextEventArgs(ASPxCardViewSummaryItem, Object, String) Constructor
Initializes a new instance of the ASPxCardViewSummaryDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxCardViewSummaryDisplayTextEventArgs(
ASPxCardViewSummaryItem item,
object value,
string text
)
Parameters
Name | Type | Description |
---|---|---|
item | ASPxCardViewSummaryItem | An ASPxCardViewSummaryItem object that represents the summary item whose value is being processed. This value is assigned to the ASPxCardViewSummaryDisplayTextEventArgs.Item property. |
value | Object | An object that represents the summary item’s value. This value is assigned to the ASPxGridSummaryDisplayTextEventArgs.Value property. |
text | String | A String value that specifies the summary item’s display text. This value is assigned to the ASPxGridSummaryDisplayTextEventArgs.Text property. |
See Also