ASPxVerticalGridSummaryDisplayTextEventArgs(ASPxVerticalGridSummaryItem, Object, String) Constructor
Initializes a new instance of the ASPxVerticalGridSummaryDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxVerticalGridSummaryDisplayTextEventArgs(
ASPxVerticalGridSummaryItem item,
object value,
string text
)
Parameters
| Name | Type | Description |
|---|---|---|
| item | ASPxVerticalGridSummaryItem | An ASPxVerticalGridSummaryItem object that represents the summary item whose value is being processed. This value is assigned to the ASPxVerticalGridSummaryDisplayTextEventArgs.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