ASPxGridViewSummaryDisplayTextEventArgs(ASPxGridView, ASPxSummaryItem, Object, String, Int32, Boolean) Constructor
Initializes a new instance of the ASPxGridViewSummaryDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxGridViewSummaryDisplayTextEventArgs(
ASPxGridView grid,
ASPxSummaryItem item,
object value,
string text,
int visibleIndex,
bool isGroupRow
)
Parameters
Name | Type | Description |
---|---|---|
grid | ASPxGridView | A grid view control. |
item | ASPxSummaryItem | A summary item. |
value | Object | A summary item’s value. |
text | String | A summary item’s text. |
visibleIndex | Int32 | A summary item’s visible index. |
isGroupRow | Boolean | Specifies whether the summary item refers to a group. |
See Also