Back to Devexpress

ASPxGridViewColumnDisplayTextEventArgs Properties

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

latest2.5 KB
Original Source

ASPxGridViewColumnDisplayTextEventArgs Properties

Provides data for the ASPxGridView.CustomColumnDisplayText event.

NameDescription
ColumnGets the data column that contains the cell currently being processed.
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.
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.
VisibleRowIndexObsolete. Gets the visible index of the data row where the processed cell resides.

See Also

ASPxGridViewColumnDisplayTextEventArgs Class

ASPxGridViewColumnDisplayTextEventArgs Members

DevExpress.Web Namespace