Attribute | Value | Description |
|---|
EnableLOD | False | enables or disables load-on-demand |
Skin | A String specifying the skin. The default value is Default. | the skin used by RadTreeView. |
CausesValidation | true if validation is performed when an item is selected; otherwise, false. The default value is true. | a value indicating whether validation is performed when an item within the RadTreeView control is selected. |
Style | | A list of style properties for the treeview |
Height | | sets the height of RadTreeView |
Width | | sets the width of RadTreeView |
EnableToolTips | True | If set to true, the page description will be displayed as a tooltip when you hover over the treeview node. |
MaxLevel | | The maximum number of levels to display. Useful if you have a big treeview and would like to show only a part of it. If set to 0 only the root group will be shown. |
ShowOnlyCurrent | | If set to "ChildItems" the treeview will render only the child items of the current page. If set to "CurrentItem" it will render child items plus the current page. If set to "RootItem" then the treeview will render all child items of the root group item that is selected or is a part of the path to the currently selected treeview item. If you specify a Page ID, the treeview will display only the child items of the specified page. You can also specify the name of the page instead of its ID- the format is "PageItem:Home"(where "Home" is the page name). Allowed values are "CurrentItem", "RootItem", and the ID or name of a DNN Page. |
EnableUserMenus | True | A Boolean parameter, specifying whether or not to show the normal(non-admin) menu pages in the treeview. |
EnableAdminMenus | True | A Boolean parameter, specifying whether or not to show the admin(Admin and Host) pages in the treeview. |
CopyChildItemLink | False | Some treeview nodes have disabled links(for example "Admin", "Host" etc.). If you have a treeview with MaxLevel=0, then these menus will be inaccessible because you cannot click on "Admin" or "Host" nodes. With this option set to True, all treeview nodes that do not correspond to a page will point to their first child node. For example clicking on the Admin menu will redirect the user to "Admin>Site Settings"(the first child page in the admin menu). |
PagesToExclude | | A comma-separated list of pages IDs OR Names that will NOT be included in the treeview navigation control. |