TreeViewItemBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
For internal use only. Initializes a new Tree |
#Methods
Name | Description |
---|---|
Disabled |
Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option. |
Disabled |
Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expanded |
Specifies whether or not the tree view item is displayed expanded. Mirrors the client-side expanded option. |
Expanded |
Specifies whether or not the tree view item is displayed expanded. Mirrors the client-side expanded option. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Has |
Specifies whether or not the tree view item has children. Mirrors the client-side has |
Has |
Specifies whether or not the tree view item has children. Mirrors the client-side has |
Html |
Specifies the HTML markup to be inserted into the item element. Mirrors the client-side html option. |
Html |
Specifies the HTML markup to be inserted into the item element. Mirrors the client-side html option. |
Icon |
Specifies the tree view item's icon. Mirrors the client-side icon option. |
Icon |
Specifies the tree view item's icon. Mirrors the client-side icon option. |
Id |
Holds the unique key of an item. Mirrors the client-side id option. |
Id |
Holds the unique key of an item. Mirrors the client-side id option. |
Id |
Holds the unique key of an item. Mirrors the client-side id option. |
Items |
Provides access to the client-side items option that represents a Tree |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Parent |
Holds the key of the parent item. Mirrors the client-side parent |
Parent |
Holds the key of the parent item. Mirrors the client-side parent |
Parent |
Holds the key of the parent item. Mirrors the client-side parent |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Selected |
Specifies whether the Tree |
Selected |
Specifies whether the Tree |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Template |
Specifies the client-side template. |
Text |
Specifies text displayed for the UI component item. Mirrors the client-side text option. |
Text |
Specifies text displayed for the UI component item. Mirrors the client-side text option. |
To |
Returns a string that represents the current object. Inherited from Object. |
Visible |
Specifies whether or not a UI component item must be displayed. Mirrors the client-side visible option. |
Visible |
Specifies whether or not a UI component item must be displayed. Mirrors the client-side visible option. |
See Also