ASPxVerticalGridSummaryDisplayTextEventArgs(ASPxVerticalGrid, ASPxVerticalGridSummaryItem, Object, String) Constructor
Initializes a new instance of the ASPxVerticalGridSummaryDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxVerticalGridSummaryDisplayTextEventArgs(
ASPxVerticalGrid grid,
ASPxVerticalGridSummaryItem item,
object value,
string text
)
Parameters
Name | Type | Description |
---|---|---|
grid | ASPxVerticalGrid | A grid view control. |
item | ASPxVerticalGridSummaryItem | A summary item. |
value | Object | A summary item’s value. |
text | String | A summary item’s text. |
See Also