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