Back to Devexpress

ASPxCardViewColumnDisplayTextEventArgs Properties

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

latest2.1 KB
Original Source

ASPxCardViewColumnDisplayTextEventArgs Properties

Provides data for the ASPxCardView.CustomColumnDisplayText event.

NameDescription
ColumnGets the data column that refers to the card 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.

See Also

ASPxCardViewColumnDisplayTextEventArgs Class

ASPxCardViewColumnDisplayTextEventArgs Members

DevExpress.Web Namespace