BootstrapTreeViewNodeBuilder Members
Represents an individual node within a Tree View control.Methods
| Name | Description |
|---|---|
| Badge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed within the Tree View node. |
| ClientEnabled(Boolean) | Sets a value that indicates whether the node is enabled on the client. |
| ClientVisible(Boolean) | Sets a value that specifies the node’s initial visibility state on the client. |
| CssClass(String) | Sets the name of a CSS class applied to the node element. |
| Enabled(Boolean) | Sets a value that indicates whether the node is enabled. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Expanded(Boolean) | Sets whether the node is expanded. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IconCssClass(String) | Sets the CSS class of the node’s image. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(String) | Sets the unique identifier name for the current node. |
| NavigateUrl(Action<ControlRouteBuilder>) | Sets a URL which defines the navigation location. |
| NavigateUrl(String) | Sets a URL which defines the navigation location. |
| Nodes(Action<BootstrapTreeViewNodeCollectionBuilder>) | The collection of child nodes within the particular node and provides indexed access to them. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Target(String) | Sets the window or frame to which to tarthe contents of the URL associated with the current node. |
| Template(TemplateContent) | Sets a template used for displaying the content of the particular node. |
| Template(TemplateContentCallback<BootstrapTreeViewNodeTemplateContainerSettings>) | Sets a template used for displaying the content of the particular node. |
| Text(String) | Sets the text displayed within the node content. |
| TextCssClass(String) | Sets the name of a CSS class applied to the node’s text. |
| TextTemplate(TemplateContent) | Sets a template used for displaying the text content of the particular node. |
| TextTemplate(TemplateContentCallback<BootstrapTreeViewNodeTemplateContainerSettings>) | Sets a template used for displaying the text content of the particular node. |
| ToolTip(String) | Sets the current node’s tooltip text. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value specifying the current node’s visibility. |
See Also