Skip to main content

CustomColumnDisplayTextEventArgs Properties

Provides data for the ColumnView.CustomColumnDisplayText event.
Name Description
Column Gets the column that contains the cell currently being processed.
DisplayText Gets or sets the display text for the cell currently being processed.
GroupRowHandle Gets the handle of the currently processed group row. Returns the GridControl.InvalidRowHandle value if the CustomColumnDisplayText event is not called for a group row.
IsForFilter Gets a value that specifies whether the CustomColumnDisplayText event is raised for the Filter Panel.
IsForGroupRow Returns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row.
ListSourceRowIndex Gets the index in the data source of the row which contains the cell currently being processed.
Value Gets the edit value of the cell currently being processed.
See Also