UnboundColumnDataEventArgs Properties
A base class forCustomDataEventArgs and CustomColumnDataEventArgs that supplies data for CustomUnboundData-related events.
| Name | Description |
|---|---|
| IsGetData | Gets whether the column/row needs to be populated with cell values. |
| IsSetData | Gets whether a cell value changed and data needs to be posted to a data source. |
| Value | Gets or sets a cell value in an unbound column. |
| ValueType | Gets the type of the cell value. |
See Also