Back to Devexpress

CustomColumnDisplayTextEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumndisplaytexteventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

CustomColumnDisplayTextEventArgs Properties

Provides data for the ColumnView.CustomColumnDisplayText event.

NameDescription
ColumnGets the column that contains the cell currently being processed.
DisplayTextGets or sets the display text for the cell currently being processed.
GroupRowHandleGets the handle of the currently processed group row. Returns the GridControl.InvalidRowHandle value if the CustomColumnDisplayText event is not called for a group row.
IsForFilterGets a value that specifies whether the CustomColumnDisplayText event is raised for the Filter Panel.
IsForGroupRowReturns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row.
ListSourceRowIndexGets the index in the data source of the row that contains the cell currently being processed.
ValueGets the edit value of the cell currently being processed.

See Also

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace