ASPxClientGridBatchEditSummaryDisplayTextEventArgs Properties
Provides data for the BatchEditSummaryDisplayText event.| Name | Description |
|---|---|
| displayText | Gets or sets the summary item’s display text. |
| groupRowVisibleIndex | Specifies the group row’s visible index. |
| isGroupSummary | Specifies whether the processed summary is a group summary. |
| isTotalSummary | Specifies whether the processed summary is a total summary. |
| serverValue | Gets the summary item’s server value. |
| summaryElement | Gets the element that contains the summary item. |
| summaryFieldName | Gets the summary item’s field name. |
| summaryItemIndex | Gets the summary item index. |
| summaryType | Gets the summary type. |
| value | Specifies the summary item’s value. |
See Also