GridColumnDataEventArgs Properties
Provides data for the GridControl.CustomUnboundColumnData event.Name | Description |
---|---|
Column | Gets the unbound column currently being processed. |
IsGetData | Gets whether you should provide data for the currently processed cell. Inherited from ColumnDataEventArgsBase. |
IsSetData | Gets whether a cell’s value should be saved to a data source. Inherited from ColumnDataEventArgsBase. |
ListSourceRowIndex | 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 ColumnDataEventArgsBase. |
See Also