Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridRowDisplayTextEventArgs Properties

Provides data for the ASPxVerticalGrid.CustomRowDisplayText event.
Name Description
DisplayText Enables you to set a custom text for the cell currently being processed. Inherited from ASPxGridColumnDisplayTextEventArgs.
EncodeHtml Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. Inherited from ASPxGridColumnDisplayTextEventArgs.
Row Gets the row that contains the cell currently being processed.
Value Gets the edit value of the cell currently being processed. Inherited from ASPxGridColumnDisplayTextEventArgs.
VisibleIndex Gets the visible index of the data item (row, card or record) where the processed cell resides. Inherited from ASPxGridColumnDisplayTextEventArgs.
See Also