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

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