GridColumnDataEventArgs Properties
Provides data for the GridControl.CustomUnboundColumnData event.
Name | Description |
---|---|
Column | Gets the unbound column currently being processed. |
Is |
Gets whether you should provide data for the currently processed cell.
Inherited from Column |
Is |
Gets whether a cell’s value should be saved to a data source.
Inherited from Column |
List |
Gets the index of the record in a data source to which the processed row corresponds. |
Source | Gets the grid control that raised the event. |
Value |
Gets or sets the processed cell’s value.
Inherited from Column |
See Also