ASPxGridViewSummaryDisplayTextEventArgs Properties
Provides data for the ASPxGridView.SummaryDisplayText event.| Name | Description |
|---|---|
| EncodeHtml | Gets or sets a value that specifies whether the summary display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. Inherited from ASPxGridSummaryDisplayTextEventArgs. |
| IsGroupSummary | Indicates whether a group summary value is processed. |
| IsTotalSummary | Indicates whether a total summary value is being processed. |
| Item | Gets the processed summary item. |
| Text | Gets or sets the display text for the summary value currently being processed. Inherited from ASPxGridSummaryDisplayTextEventArgs. |
| Value | Gets the processed summary value. Inherited from ASPxGridSummaryDisplayTextEventArgs. |
| VisibleIndex | Gets a value that identifies the group row where the processed summary value is displayed. |
See Also