BootstrapTreeViewVirtualNode Properties
A virtual equivalent of the ASPxTreeView’s TreeViewNode object.| Name | Description |
|---|---|
| AllowCheck | Gets or sets a value to enable/disable the check box for a particular node. Inherited from TreeViewNode. |
| Badge | Gets settings of a badge displayed within the Tree View node. Inherited from BootstrapTreeViewNode. |
| ClientEnabled | Gets or sets a value that indicates whether the node is enabled on the client. Inherited from TreeViewNode. |
| ClientVisible | Gets or sets a value that specifies the node’s initial visibility state on the client. Inherited from TreeViewNode. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| CssClass | Gets or sets the name of a CSS class applied to the node element. Inherited from BootstrapTreeViewNode. |
| DataItem | Gets the data item that is bound to the node. Inherited from TreeViewNode. |
| DataPath | Gets the path to the data that is bound to the node. Inherited from TreeViewNode. |
| Enabled | Gets or sets a value that indicates whether the node is enabled. Inherited from TreeViewNode. |
| Expanded | |
| IconCssClass | Gets or sets the CSS class of the node’s image. Inherited from BootstrapTreeViewNode. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| IsLeaf | |
| Name | |
| NavigateUrl | Gets or sets a URL which defines the navigation location. Inherited from TreeViewNode. |
| Nodes | Gets the collection of child nodes within the particular node and provides indexed access to them. Inherited from BootstrapTreeViewNode. |
| Parent | Gets the immediate parent node to which the current node belongs. Inherited from BootstrapTreeViewNode. |
| Target | Gets or sets the window or frame to which to target the contents of the URL associated with the current node. Inherited from TreeViewNode. |
| Template | Gets or sets a template used for displaying the content of the particular node. Inherited from TreeViewNode. |
| Text | Gets or sets the text displayed within the node content. Inherited from TreeViewNode. |
| TextCssClass | Gets or sets the name of a CSS class applied to the node’s text. Inherited from BootstrapTreeViewNode. |
| TextTemplate | Gets or sets a template used for displaying the text content of the particular node. Inherited from TreeViewNode. |
| ToolTip | Gets or sets the current node’s tooltip text. Inherited from TreeViewNode. |
| TreeView | |
| Visible | Gets or sets a value specifying the current node’s visibility. Inherited from TreeViewNode. |
See Also