The C1TreeViewNode type exposes the following members.

Properties

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

See Also