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

ASPxGridSummaryDisplayTextEventArgs(ASPxSummaryItemBase, Object, String) Constructor

Initializes a new instance of the ASPxGridSummaryDisplayTextEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridSummaryDisplayTextEventArgs(
    ASPxSummaryItemBase item,
    object value,
    string text
)

Parameters

Name Type Description
item ASPxSummaryItemBase

An ASPxSummaryItem object that is the summary item whose value is being processed.

value Object

An Object that specifies the summary item’s value.

text String

A String value that specifies the summary item’s display text.

See Also