Skip to main content
All docs
V25.1
  • UnboundColumnDataArgs Properties

    Contains data for the command bound to the GridControl.CustomUnboundColumnDataCommand or TreeListView.CustomUnboundColumnDataCommand property.
    Name Description
    FieldName Gets the unbound column’s field name.
    IsGetData Gets whether you can populate unbound columns with data.
    IsSetData Gets whether a user modifies an unbound cell’s value and you can save this value to a data source.
    Item Gets a record in a data source.
    Value Gets or sets the processed cell’s value.
    See Also