UnboundColumnDataEventArgs Properties
A base class for CustomDataEventArgs
and CustomColumnDataEventArgs
that supplies data for CustomUnboundData
-related events.
Name | Description |
---|---|
Is |
Gets whether the column/row needs to be populated with cell values. |
Is |
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. |
Value |
Gets the type of the cell value. |
See Also