Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewSummaryDisplayTextEventArgs(ASPxCardViewSummaryItem, Object, String) Constructor

Initializes a new instance of the ASPxCardViewSummaryDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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