TreeViewSettings Properties
Contains the TreeView extension settings.| Name | Description |
|---|---|
| AccessibilityCompliant | Enables accessibility support. |
| AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
| AllowCheckNodes | Gets or sets a value that specifies whether the nodes checking feature is available. |
| AllowSelectNode | Gets or sets a value specifying whether the node selection feature is available to end-users. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| BeforeGetCallbackResult | Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed. |
| CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
| CheckNodesRecursive | Gets or sets whether recursive checking is enabled. |
| ClientLayout | Enables you to save and restore the previously saved layout of the TreeView. |
| ClientSideEvents | Gets an object that lists the client-side events specific to the TreeView. |
| ClientVisible | Gets or sets a value that specifies the initial visibility state of a TreeView on the client. |
| ControlStyle | Provides access to the style settings declared at the root level of the TreeView’s wrapped web server control. |
| CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
| DataBinding | Allows you to perform custom actions before a TreeView is bound to a data source. |
| DataBound | Enables you to perform a custom action after the TreeView has been bound to its data source. |
| EnableAnimation | Gets or sets a value specifying whether an animation effect is available to end-users when expanding/collapsing nodes. |
| EnableClientSideAPI | Gets or sets a value that specifies whether the extension to which this TreeViewSettings object is passed can be manipulated on the client side via code. |
| Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
| EnableHotTrack | Gets or sets a value that specifies whether nodes can visually respond to mouse hovering. |
| EnableNodeTextWrapping | Gets or sets a value specifying whether the text wrapping is enabled in the Tree View nodes. |
| EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
| EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
| Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
| Images | Provides access to the settings that define images for various elements within the TreeView. |
| ImageUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within nodes. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
| NameField | Gets or sets the data source field which provides node unique identifier names. |
| NavigateUrlField | Gets or sets the name of a data field (or an xml element’s attribute) which provides node navigate URLs. |
| NavigateUrlFormatString | Gets or sets the pattern used to format node navigate URLs. |
| NodeDataBound | Enables you to perform custom actions after a node has been bound to a data source. |
| NodeImagePosition | Gets or sets the image position within the node. |
| NodeLinkMode | Gets or sets a value that specifies how nodes are represented as links within the TreeView. |
| Nodes | Provides access to the root node child collection. |
| PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
| RightToLeft | Specifies whether to apply right-to-left representation to the extension. |
| SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist information about the TreeView’s state. |
| SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the TreeView’s state is persisted. |
| SettingsLoadingPanel | Provides access to the loading panel’s settings. |
| ShowExpandButtons | Gets or sets a value that specifies whether expand buttons are displayed within the TreeView. |
| ShowTreeLines | Gets or sets whether tree lines are displayed within the ASPxTreeVew. |
| SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
| Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
| Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
| SyncSelectionMode | Gets or sets whether the node whose navigation location points to the currently browsed web page, is automatically selected. |
| TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
| Target | Gets or sets the window or frame to which to target the contents of the URL associated with TreeView nodes. |
| TextField | Gets or sets the data source field that provides caption texts for nodes. |
| TextFormatString | Gets or sets the pattern used to format the hyperlink’s caption text within the node. |
| Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
| ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
| ToolTipField | Gets or sets the name of a data field (or an xml element’s attribute) which provides node tooltip texts. |
| VirtualModeCreateChildren | Obsolete. Used to activate virtual mode. Occurs when expanding a node for the first time in this mode. |
| Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also