The C1TreeViewNode type exposes the following members.

Constructors

  Name Description
Public method C1TreeViewNode
Creates an instance of the C1TreeViewNode class.

Methods

  Name Description
Public method AddChild
Add child
(Inherited from UIElement.)
Public method AddCssClass
Add CssClass to DOM element.
(Inherited from UIElement.)
Public method AssignPropertiesState
Assigns new properties state hash.
(Inherited from UIElement.)
Public method BeginUpdate
Begin Update.
(Inherited from UIElement.)
Public method CreateChildNodes
Create C1TreeViewNode nodes that bellong to C1TreeViewNodeCollection nodes collection.
Public method CreateInstance
Creates an instance of C1TreeViewNode object.
(Overrides UIElementCreateInstance(DOMElement).)
Public method Dispose
Releases unmanaged and - optionally - managed resources.
(Inherited from UIElement.)
Public method EndUpdate
End Update.
(Inherited from UIElement.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initialize C1TreeViewNode object.
(Overrides UIElementInitialize()()()().)
Public method InitializeChildNodes
Initialize C1TreeViewNode nodes that bellong to C1TreeViewNodeCollection nodes collection.
Public method Invalidate
Invalidates the entire surface of the control and causes the control to be redrawn. Do Layout actions here.
(Inherited from UIElement.)
Public method IsDOMVisible
Returns true if control's container element is visible.
(Inherited from UIElement.)
Protected method MarkForRebuildDel
Protected method RebuildHierarchyDel
Public method RemoveCssClass
Remove CssClass from DOM element.
(Inherited from UIElement.)
Public method ToggleCssClass
Toggle CssClass for DOM element.
(Inherited from UIElement.)
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Protected field _propertiesState (Inherited from UIElement.)
Public field Element
Associated DOM Element.
(Inherited from UIElement.)
Public field UID
Unique ID of the this UIElement.
(Inherited from UIElement.)

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