ASPxGridSummaryDisplayTextEventArgs(ASPxSummaryItemBase, Object, String) Constructor
Initializes a new instance of the ASPxGridSummaryDisplayTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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