| Name | Description |
| AddItem | Adds a node to the collection. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| CreateItem | Overloaded. Creates a new node object (Inherited from Infragistics.Controls.Menus.NodesManager) |
| EnsureDataManager | This method checks to ensure that a DataManagerBase is created for a given level and if not creates it for that level. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| EnsureExpandedChildNodesAreRegistered | Processes all nodes in the collection and registers their child nodes manager if expanded. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| GetDataItem | Returns the XamDataTreeNode for the given index. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| InitializeData | Looks at the data provided for the NodesManager and generates NodeLayout objects if AutoGenerateNodeLayouts is true. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| InsertItem | Inserts a node at a given index. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| InvalidateData | Triggers all Data operations to be invalidated. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnChildNodeLayoutAdded | Raised when a NodeLayout is added to the owning NodeLayout's Columns collection. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnChildNodeLayoutRemoved | Raised when a NodeLayout is removed from the owning NodeLayout's Columns collection. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnChildNodeLayoutVisibilityChanged | Raised when a child NodeLayout of the owning NodeLayout, visibility changes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnItemsSourceChanged | Invoked when the the underlying ItemsSource property changes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnNodeLayoutAssigned | Called when the NodeLayout assigned to this NodesManager changes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnNodeLayoutPropertyChanged | Raised when a property has changed on the NodeLayout that this NodesManager represents. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| OnRegisteredAsVisibleChildManager | Invoked when a NodesManager is now visible, meaning it's Parent node is expanded. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| RegisterChildNodesManager | Adds the specified NodesManager as a visible child manager, so that it will be considered in the rendering of nodes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| RemoveItem | Overloaded. Removes a node from the underlying ItemSource (Inherited from Infragistics.Controls.Menus.NodesManager) |
| RemoveRange | Removes the specified node from the collection. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| ResolveIndexForNode | Returns the index for a given node. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| ResolveNodeForIndex | Returns the XamDataTreeNode for the given index. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| UnregisterAllChildNodesManager | Removes all visible child managers, so that they will no longer be considered in the rendering of nodes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| UnregisterChildNodesManager | Removes the specified NodesManager as a visible child manager, so that it will no longer be considered in the rendering of nodes. (Inherited from Infragistics.Controls.Menus.NodesManager) |
| UnregisterNodesManager | When a NodesManager is no longer needed, this method should be called, to detach all events that are hooked up. To avoid Memory leaks. (Inherited from Infragistics.Controls.Menus.NodesManager) |