ASPxVerticalGridSummaryDisplayTextEventArgs Properties
Provides data for the ASPxVerticalGrid.SummaryDisplayText event.
Name | Description |
---|---|
Encode |
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 ASPx |
Item | Gets a summary item whose value is being processed. |
Text |
Gets or sets the display text for the summary value currently being processed.
Inherited from ASPx |
Value |
Gets the processed summary value.
Inherited from ASPx |
See Also