Back to Devexpress

ASPxVerticalGridRowDisplayTextEventArgs Properties

aspnet-devexpress-dot-web-dot-aspxverticalgridrowdisplaytexteventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

ASPxVerticalGridRowDisplayTextEventArgs Properties

Provides data for the ASPxVerticalGrid.CustomRowDisplayText event.

NameDescription
DisplayTextEnables you to set a custom text for the cell currently being processed. Inherited from ASPxGridColumnDisplayTextEventArgs.
EncodeHtmlGets 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.
KindGets the type of operations with grid data. Inherited from ASPxGridColumnDisplayTextEventArgs.
RowGets the row that contains the cell currently being processed.
ValueGets the edit value of the cell currently being processed. Inherited from ASPxGridColumnDisplayTextEventArgs.
VisibleIndexGets the visible index of the data item (row, card or record) where the processed cell resides. Inherited from ASPxGridColumnDisplayTextEventArgs.

See Also

ASPxVerticalGridRowDisplayTextEventArgs Class

ASPxVerticalGridRowDisplayTextEventArgs Members

DevExpress.Web Namespace