Skip to main content
All docs
V23.2

UnboundColumnNodeArgs Properties

Contains data for the command bound to the TreeListView.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.
Path Gets a path to the processed node. This path starts with the processed node and includes all its parent nodes.
Value Gets or sets the processed cell’s value. Inherited from UnboundColumnDataArgs.
See Also