CustomColumnDataEventArgs Properties
Provides data for the ColumnView.CustomUnboundColumnData event.Name | Description |
---|---|
Column | Gets the unbound column currently being processed. |
IsGetData | Gets whether the column/row needs to be populated with cell values. Inherited from UnboundColumnDataEventArgs. |
IsSetData | Gets whether a cell value changed and data needs to be posted to a data source. Inherited from UnboundColumnDataEventArgs. |
ListSourceRowIndex | Gets the current row’s index in the data source. |
Row | Gets the currently processed row. |
Value | Gets or sets a cell value in an unbound column. Inherited from UnboundColumnDataEventArgs. |
ValueType | Gets the type of data stored in the unbound column. |
See Also