CustomColumnDataEventArgs Properties
Provides data for the ColumnView.CustomUnboundColumnData event.
Name | Description |
---|---|
Column | Gets the unbound column currently being processed. |
Is |
Gets whether the column/row needs to be populated with cell values.
Inherited from Unbound |
Is |
Gets whether a cell value changed and data needs to be posted to a data source.
Inherited from Unbound |
List |
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 Unbound |
Value |
Gets the type of data stored in the unbound column. |
See Also