The C1TreeViewNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1TreeViewNode |
Creates an instance of the C1TreeViewNode class.
|
Methods
Name | Description | |
---|---|---|
AddChild |
Add child
(Inherited from UIElement.) |
|
AddCssClass |
Add CssClass to DOM element.
(Inherited from UIElement.) |
|
AssignPropertiesState |
Assigns new properties state hash.
(Inherited from UIElement.) |
|
BeginUpdate |
Begin Update.
(Inherited from UIElement.) |
|
CreateChildNodes |
Create C1TreeViewNode nodes that bellong to C1TreeViewNodeCollection nodes collection.
|
|
CreateInstance |
Creates an instance of C1TreeViewNode object.
(Overrides UIElementCreateInstance(DOMElement).) |
|
Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from UIElement.) |
|
EndUpdate |
End Update.
(Inherited from UIElement.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
Initialize |
Initialize C1TreeViewNode object.
(Overrides UIElementInitialize()()()().) |
|
InitializeChildNodes |
Initialize C1TreeViewNode nodes that bellong to C1TreeViewNodeCollection nodes collection.
|
|
Invalidate |
Invalidates the entire surface of the control and causes the control to be
redrawn.
Do Layout actions here.
(Inherited from UIElement.) |
|
IsDOMVisible |
Returns true if control's container element is visible.
(Inherited from UIElement.) |
|
MarkForRebuildDel | ||
RebuildHierarchyDel | ||
RemoveCssClass |
Remove CssClass from DOM element.
(Inherited from UIElement.) |
|
ToggleCssClass |
Toggle CssClass for DOM element.
(Inherited from UIElement.) |
|
ToLocaleString | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
_propertiesState | (Inherited from UIElement.) | |
Element |
Associated DOM Element.
(Inherited from UIElement.) |
|
UID |
Unique ID of the this UIElement.
(Inherited from UIElement.) |
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()()()().) |