GridUnboundColumnDataEventArgs Properties
Contains data for the UnboundColumnData event.Name | Description |
---|---|
DataItem | Returns the processed data item. |
FieldName | Returns the column’s field name. |
Grid | Returns an object that defines grid API members (properties and methods). |
Value | Specifies the unbound column‘s value. |
See Also