CustomColumnDataEventArgs Constructors
Provides data for the ColumnView.CustomUnboundColumnData event.Name | Parameters | Description |
---|---|---|
CustomColumnDataEventArgs(GridColumn, Int32, Object, Boolean) | column, listSourceRow, _value, isGetAction | Initializes a new instance of the CustomColumnDataEventArgs class with specified settings. |
See Also