NewNodeArgs Properties
Contains data for the command bound to the TreeListView.AddingNewNodeCommand property.Name | Description |
---|---|
Item | Gets or sets the added record. Inherited from NewItemArgs. |
ParentItem | Gets a parent record. |
ParentPath | Gets a path to the parent node. This path starts with this node and includes all its parent nodes. |
See Also