The C1TreeViewNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Checked |
Gets or sets a value indicating whether the TreeView node is checked.
|
|
CheckState | ||
Children |
Gets the list of child UIElements contained in this UIElement.
(Inherited from UIElement.) |
|
ClientID |
Gets associated ClientID.
(Inherited from UIElement.) |
|
CollapsedImageUrl |
Gets or sets the path to an image to display for the node when it expanded.
|
|
CurrentLevel | ||
DisplayVisible |
Gets or Sets the visibility of the treeview node.
|
|
Enabled |
Gets a value indicating whether the C1TreeViewNode node is enabled or disabled.
If node is disabled, click and select opertions are also disabled.
|
|
Expanded |
Gets or sets a value indicating whether the C1TreeViewNode node is expanded.
|
|
ExpandedImageUrl |
Gets or sets the path to an image to display for the node when it collapsed.
|
|
Focused |
Gets or sets a value indicating whether the TreeView node is focused.
|
|
HasChildren |
Gets a value that indicates the UIElement has a non-empty Children()()()() collection.
(Inherited from UIElement.) |
|
ID |
Gets the ID for the menu item.
(Overrides UIElementID()()()().) |
|
ImageUrl |
Gets or sets the path to an image to display for the node.
|
|
Index | ||
IsInitialized |
Gets a value indicating whether this instance is initialized.
(Inherited from UIElement.) |
|
IsUpdating |
Gets a value indicating whether this instance is updating.
(Inherited from UIElement.) |
|
Level |
Returns zero-based Level of current C1TreeViewNode node.
|
|
NavigateUrl |
Gets or sets the URL to link to when the hyperlink is clicked in the item. Default value is empty string.
|
|
Nodes |
C1TreeViewNodeCollection collection contains C1TreeViewNode nodes.
|
|
OffsetSize |
Gets Offset size of the DOM element(offsetWidth and offsetHeight).
(Inherited from UIElement.) |
|
Owner |
Owner of this element.
Is always null for C1TreeView treeview.
|
|
Parent |
Gets the UIElement's parent, or null if this is the root element.
(Inherited from UIElement.) |
|
PropertiesState |
Hash object what contains values of the properties.
(Inherited from UIElement.) |
|
Selected |
Gets or sets a value indicating whether the C1TreeViewNode node is selected.
|
|
Target |
Gets or sets the target window or frame to display the Web page content linked to when the C1TreeViewNode node is clicked. Default value is empty string.
|
|
Text |
Gets or sets the text caption for the C1TreeViewNode node.
|
|
ToolTip |
Gets or sets tooltip text what will be displayed when mouse is over item.
|
|
TreeView |
Gets the reference to C1TreeView treeview object.
|
|
Value |
Gets or sets the value for the treeview node.
|
|
Visible |
Gets or Sets the visibility of the treeview node.
(Overrides UIElementVisible()()()().) |