GridCustomizeSummaryDisplayTextEventArgs Properties
Contains data for the CustomizeSummaryDisplayText event.| Name | Description |
|---|---|
| DisplayText | Specifies a summary’s display text. |
| Grid | Returns an object that defines grid API members (properties and methods). |
| IsTotalSummary | Specifies whether the processed summary is a total summary. |
| Item | Gets the summary item. |
| Value | Gets the summary value. |
See Also