TreeViewVirtualNode Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Initializes a new instance of the Tree |
Tree |
Initializes a new instance of the Tree |
Tree |
Initializes a new instance of the Tree |
Tree |
Initializes a new instance of the Tree |
Tree |
Initializes a new instance of the Tree |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets a value to enable/disable the check box for a particular node.
Inherited from Tree |
Check |
Gets the check box‘s style settings.
Inherited from Tree |
Checked | Gets or sets whether the virtual node is checked. |
Check |
Gets a value that specifies the virtual node’s check state. |
Client |
Gets or sets a value that indicates whether the node is enabled on the client.
Inherited from Tree |
Client |
Gets or sets a value that specifies the node’s initial visibility state on the client.
Inherited from Tree |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the node.
Inherited from Tree |
Data |
Gets the path to the data that is bound to the node.
Inherited from Tree |
Enabled |
Gets or sets a value that indicates whether the node is enabled.
Inherited from Tree |
Expanded | Gets or sets whether the virtual node is expanded. |
Image |
Gets the settings of a node’s image.
Inherited from Tree |
Image |
Gets the style settings, used to paint an image of the current node.
Inherited from Tree |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Is |
Gets or sets whether the virtual node doesn’t have any child nodes. |
Name | Gets or sets the unique identifier name for the current virtual node. |
Navigate |
Gets or sets a URL which defines the navigation location.
Inherited from Tree |
Nodes |
Gets the collection of child nodes within the particular node and provides indexed access to them.
Inherited from Tree |
Node |
Gets the node’s style settings.
Inherited from Tree |
Parent |
Gets the immediate parent node to which the current node belongs.
Inherited from Tree |
Target |
Gets or sets the window or frame to which to target the contents of the URL associated with the current node.
Inherited from Tree |
Template |
Gets or sets a template used for displaying the content of the particular node.
Inherited from Tree |
Text |
Gets or sets the text displayed within the node content.
Inherited from Tree |
Text |
Gets the node’s text content style settings.
Inherited from Tree |
Text |
Gets or sets a template used for displaying the text content of the particular node.
Inherited from Tree |
Tool |
Gets or sets the current node’s tooltip text.
Inherited from Tree |
Tree |
Gets the ASPx |
Visible |
Gets or sets a value specifying the current node’s visibility.
Inherited from Tree |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified node to the current object.
Inherited from Tree |
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. |
Find |
Searches the current naming container for a server control with the specified id parameter.
Inherited from Tree |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the Tree |
See Also