| Class | Description |
| CallbackParentNode | This class is used as a container for Nodes being bound during an AjaxCallback |
| DataMenuAutoPostBackFlags | Represents auto postback options applied to client side events. |
| DataMenuBindingManager | Class used internally by the WebDataMenu to manage the databinding operation of the control |
| DataMenuBot | |
| DataMenuClientEvents | ClientEvents used by the WebDataMenu class |
| DataMenuGroupSettings | Settings that can be applied over the whole Menu or a sub-menu group |
| DataMenuItem | DataMenuItem Type. Represents item that will be part of Menu. An Item can have Items collection, as well as DataMenuGroupSettings, which combine group of common settings for its submenu. |
| DataMenuItemBinding | This class controls the databinding process of populating the properties of each bound item to the data fields in the datasource. |
| DataMenuItemCollection | The collection of items managed by the DataTree and any of the items within the hierarchy. Collections of this type are located within the items property of the WebDataTree and DataMenuItem objects. |
| DataMenuItemEventArgs | Provides data for the WebImageViewer.SelectedIndexChanged, WebImageViewer.ItemAdded, WebImageViewer.ItemRemoved and WebImageViewer.ItemInserted events of a WebImageViewer control. |
| DataMenuItemSettings | |
| DataMenuRenderer | Renderer for Menu |
| DataTreeAutoPostBackFlags | |
| DataTreeBindingManager | Class used internally by the DataTree to manage the databinding operation of the control |
| DataTreeBot | DataTreeBot |
| DataTreeCheckBoxSelectionEventArgs | Provides data for the WebDataTree.CheckBoxSelectionChanged, event of a WebDataTree control. |
| DataTreeClientEvents | ClientEvents used by the WebDataTree class |
| DataTreeClientRenderer | Renderer for WebDataTree which supports client-side templating and binding |
| DataTreeCommandEventArgs | |
| DataTreeNode | This class represents a data tree node. |
| DataTreeNodeBinding | This class controls the databinding process of populating the properties of each bound node to the data fields in the datasource. |
| DataTreeNodeClickEventArgs | Provides data for the WebDataTree.NodeClick and WebDataTree.ValueChanged events of a WebDataTree control. |
| DataTreeNodeCollection | The collection of Nodes managed by the DataTree and any of the nodes within the hierarchy. Collections of this type are located within the Nodes property of the WebDataTree and DataTreeNode objects. |
| DataTreeNodeDroppedEventArgs | Provides data for the WebDataTree.NodeDropped event of a WebDataTree control. |
| DataTreeNodeEditing | |
| DataTreeNodeEventArgs | Provides data for the WebDataTree.NodeClick and WebDataTree.ValueChanged events of a WebDataTree control. |
| DataTreeNodeRangeEventArgs | Provides data for the WebDataTree.NodeAdded event of a WebDataTree control. |
| DataTreeNodeSettings | Settings for all nodes in the WebDataTree |
| DataTreeRenderer | Renderer for DataTree |
| DataTreeSelectionEventArgs | Provides data for the WebDataTree.SelectionChanged, event of a WebDataTree control. |
| DragDropSettings | Class that exposes properties to fine tune the WebDataTree drag drop behaviour. |
| DropIndicator | Class that exposes properties to fine tune the drop indicator. |
| ExplorerBarAssemblyRef | |
| ExplorerBarAutoPostBackFlags | |
| ExplorerBarBot | ExplorerBar run bot. |
| ExplorerBarClientEvents | ClientEvents used by the WebExplorerBar class |
| ExplorerBarCollapseButton | Represent the explorer bar collaspe button. It will be used to collapse a group item. |
| ExplorerBarDataBindingCollection | Represents DataBindingCollection customized for WebExplorerBar |
| ExplorerBarExpandButton | Represent the explorer bar expand button. It will be used to expand a group item. |
| ExplorerBarGroup | represents a top level item in the control - that is, a Group |
| ExplorerBarGroupCollection | Represents the collection of ExplorerBarGroups |
| ExplorerBarGroupEventArgs | EventArgs class for Server Events related to ExplorerBarGroup objects |
| ExplorerBarItem | represents a non-root level item in the control hierarchy |
| ExplorerBarItemBase | Base class for Groups and Items |
| ExplorerBarItemBaseCollection | Base class for the ExplorerBarCollections |
| ExplorerBarItemBaseEventArgs | Base class for WebExplorer Event Arguments |
| ExplorerBarItemBinding | Defines the data bindings for ExplorerBarGroup and ExplorerBarItem |
| ExplorerBarItemClickEventArgs | EventArgs class for ItemClick server event related to ExplorerBarGroup or ExplorerBarItem objects |
| ExplorerBarItemCollection | Represents collection of ExplorerBarItems |
| ExplorerBarItemEventArgs | EventArgs class for Server Events related to ExplorerBarItem objects |
| ExplorerBarItemSelectedEventArgs | EventArgs class for ItemSelected server event related to ExplorerBarGroup or ExplorerBarItem objects |
| NavBot | This class forms the base class for Bots which implement the Navigation framework |
| NavControl | Navigation Control Base |
| NavItem | The base class for all navigation control items |
| NavItemBinding | This class is used to map DataSource Fields to Item or Node properties. The public part of the class exposes properties that take a string value that identifies fields or columns within the DataSource to which they are being bound. As the DataSource is traversed during DataBinding, each object in the DataSource is examined and those fields that are matched to properties on the Item or Node are populated as Items and Nodes are created. |
| NavItemCollection | Collection of NavItems. This class forms a base class for controls utilizing the NavigationControls framework |
| NavItemEventArgs | |
| WebDataMenu | The WebDataMenu control represents hierarchical data as a menu where items are displayed within their hierarchical context. |
| WebDataMenuCommandEventArgs | |
| WebDataTree | The WebDataTree control represents hierarchical data as a tree where nodes are displayed within their hierarchical context. |
| WebExplorerBar | WebExplorerBar control. A Web Control that imitates Windows Explorer side bar navigation mode |