Back to Devexpress

CustomColumnDisplayTextEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumndisplaytexteventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

CustomColumnDisplayTextEventArgs Properties

Provides data for the GridControl.CustomColumnDisplayText event.

NameDescription
ColumnGets the column which owns the processed cell.
DisplayTextGets or sets the display text for the cell currently being processed.
ListSourceIndexGets the index of a record in a data source that corresponds to the processed data row.
RowGets the row which owns the processed cell.
RowHandleGets the processed row’s handle.
ShowAsNullTextSpecifies whether text corresponding to a null value appears faded.
SourceGets the grid control that raised the event.
ValueGets the processed cell’s value.

See Also

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.Xpf.Grid Namespace