ASPxGridViewPreviewDisplayTextEventArgs Properties
Provides data for the ASPxGridView.CustomPreviewDisplayText event.| Name | Description |
|---|---|
| DisplayText | Enables you to set a custom text for the preview row currently being processed. |
| EncodeHtml | Gets or sets a value that specifies whether the preview row display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
| Value | Gets the value of the preview row currently being processed. |
| VisibleIndex | Gets the visible index of the preview row currently being processed. |
See Also