TreeViewNode 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 |
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. |
Check |
Gets the check box‘s style settings. |
Checked | Gets or sets whether the node is checked. |
Check |
Gets a value that specifies the node check state. |
Client |
Gets or sets a value that indicates whether the node is enabled on the client. |
Client |
Gets or sets a value that specifies the node’s initial visibility state on the client. |
Collection |
Gets the collection to which an item belongs.
Inherited from Collection |
Data |
Gets the data item that is bound to the node. |
Data |
Gets the path to the data that is bound to the node. |
Enabled | Gets or sets a value that indicates whether the node is enabled. |
Expanded | Gets or sets whether the node is expanded. |
Image | Gets the settings of a node’s image. |
Image |
Gets the style settings, used to paint an image of the current node. |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Name | Gets or sets the unique identifier name for the current node. |
Navigate |
Gets or sets a URL which defines the navigation location. |
Nodes | Gets the collection of child nodes within the particular node and provides indexed access to them. |
Node |
Gets the node’s style settings. |
Parent | Gets the immediate parent node to which the current node belongs. |
Target | Gets or sets the window or frame to which to target the contents of the URL associated with the current node. |
Template | Gets or sets a template used for displaying the content of the particular node. |
Text | Gets or sets the text displayed within the node content. |
Text |
Gets the node’s text content style settings. |
Text |
Gets or sets a template used for displaying the text content of the particular node. |
Tool |
Gets or sets the current node’s tooltip text. |
Tree |
Gets the ASPx |
Visible | Gets or sets a value specifying the current node’s visibility. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified node to the current object. |
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. |
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