ASPxGridViewPreviewDisplayTextEventArgs Properties
Provides data for the ASPxGridView.CustomPreviewDisplayText event.
Name | Description |
---|---|
Display |
Enables you to set a custom text for the preview row currently being processed. |
Encode |
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. |
Visible |
Gets the visible index of the preview row currently being processed. |
See Also