UnboundColumnNodeArgs Properties
Contains data for the command bound to the TreeListView.CustomUnboundColumnDataCommand property.
Name | Description |
---|---|
Field |
Gets the unbound column’s field name.
Inherited from Unbound |
Is |
Gets whether you can populate unbound columns with data.
Inherited from Unbound |
Is |
Gets whether a user modifies an unbound cell’s value and you can save this value to a data source.
Inherited from Unbound |
Item |
Gets a record in a data source.
Inherited from Unbound |
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 Unbound |
See Also