Skip to main content

CustomColumnDisplayTextEventArgs Constructors

Provides data for the ColumnView.CustomColumnDisplayText event.
Name Parameters Description
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object, Boolean) rowHandle, column, _value, forGroupRow Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings.
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object) rowHandle, column, _value Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings.
See Also