TreeViewSettings Properties
Contains the TreeView extension settings.
Name | Description |
---|---|
Accessibility |
Enables accessibility support. |
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Allow |
Gets or sets a value that specifies whether the nodes checking feature is available. |
Allow |
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 Settings |
Before |
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. |
Callback |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
Check |
Gets or sets whether recursive checking is enabled. |
Client |
Enables you to save and restore the previously saved layout of the Tree |
Client |
Gets an object that lists the client-side events specific to the Tree |
Client |
Gets or sets a value that specifies the initial visibility state of a Tree |
Control |
Provides access to the style settings declared at the root level of the Tree |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Data |
Allows you to perform custom actions before a Tree |
Data |
Enables you to perform a custom action after the Tree |
Enable |
Gets or sets a value specifying whether an animation effect is available to end-users when expanding/collapsing nodes. |
Enable |
Gets or sets a value that specifies whether the extension to which this Tree |
Enabled |
Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions.
Inherited from Settings |
Enable |
Gets or sets a value that specifies whether nodes can visually respond to mouse hovering. |
Enable |
Gets or sets a value specifying whether the text wrapping is enabled in the Tree View nodes. |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
Height |
Gets or sets the height of the extension.
Inherited from Settings |
Images |
Provides access to the settings that define images for various elements within the Tree |
Image |
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 Settings |
Name |
Specifies the unique identifier name for the extension.
Inherited from Settings |
Name |
Gets or sets the data source field which provides node unique identifier names. |
Navigate |
Gets or sets the name of a data field (or an xml element’s attribute) which provides node navigate URLs. |
Navigate |
Gets or sets the pattern used to format node navigate URLs. |
Node |
Enables you to perform custom actions after a node has been bound to a data source. |
Node |
Gets or sets the image position within the node. |
Node |
Gets or sets a value that specifies how nodes are represented as links within the Tree |
Nodes | Provides access to the root node child collection. |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Right |
Specifies whether to apply right-to-left representation to the extension. |
Save |
Gets or sets a value that specifies whether cookies are used to persist information about the Tree |
Save |
Gets or sets the name (identifier) of the cookie in which the Tree |
Settings |
Provides access to the loading panel’s settings. |
Show |
Gets or sets a value that specifies whether expand buttons are displayed within the Tree |
Show |
Gets or sets whether tree lines are displayed within the ASPx |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
Sync |
Gets or sets whether the node whose navigation location points to the currently browsed web page, is automatically selected. |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Target |
Gets or sets the window or frame to which to target the contents of the URL associated with Tree |
Text |
Gets or sets the data source field that provides caption texts for nodes. |
Text |
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 Settings |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
Tool |
Gets or sets the name of a data field (or an xml element’s attribute) which provides node tooltip texts. |
Virtual |
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 Settings |
See Also