The C1TreeView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1TreeView |
Constructor.
|
Methods
Name | Description | |
---|---|---|
AddCssClass | (Inherited from Control.) | |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
|
BeginUpdate | (Inherited from Component.) | |
CreateChildNodes |
Create C1TreeViewNode nodes that belong to C1TreeViewNodeCollection nodes collection.
|
|
CreateInstance |
Creates an instance of C1TreeViewNode object.
(Overrides C1ThemeableControlBaseCreateInstance(DOMElement).) |
|
CreateTreeViewNode |
Creates an instance of C1TreeViewNode
|
|
Dispose |
Dispose C1TreeView.
(Overrides ComponentDispose()()()().) |
|
EndUpdate | (Inherited from Component.) | |
FindNodeByText | ||
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
Initialize |
Initialize C1TreeView.
(Overrides ComponentInitialize()()()().) |
|
InitializeChildNodes |
Initialize C1TreeViewNode nodes that belong to C1TreeViewNodeCollection nodes collection.
|
|
Invalidate | (Overrides C1ThemeableControlBaseInvalidate()()()().) | |
OnBubbleEvent | (Inherited from Control.) | |
OnClick |
Called when mouse is click some element inside tree view.
|
|
OnFocus |
Called when element inside tree view receives focus.
|
|
OnKeyDown |
Called when key is down on some element inside tree view.
|
|
OnMouseDown |
Called when mouse is down on some element inside tree view.
|
|
OnMouseMove |
Called when mouse is move on some element inside tree view.
|
|
OnMouseOut |
Called when mouse is out some element inside tree view.
|
|
OnMouseOver |
Called when mouse is over some element inside tree view.
|
|
OnMouseUp |
Called when mouse is up on some element inside tree view.
|
|
RaiseBubbleEvent | (Inherited from Control.) | |
RaisePropertyChanged | (Inherited from Component.) | |
RemoveCssClass | (Inherited from Control.) | |
Save |
Persists current state to the server.
|
|
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
|
ToggleCssClass | (Inherited from Control.) | |
ToLocaleString | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Updated | (Inherited from Component.) |
Fields
Name | Description | |
---|---|---|
_propertiesState | (Inherited from C1ThemeableControlBase.) |
Properties
Name | Description | |
---|---|---|
AccessKey |
Gets or sets access key for menu. If user press specified keyboard shortcut then focus moves on first menu item at the top level.
|
|
AllowDragDrop |
Allow to TreeView nodes performe drag n' drop.
|
|
AllowEdit |
If this option is set to true, the text of this node could be edited.
|
|
AllowTriState |
Allow TriState of CheckBox
|
|
AutoCheckNodes |
Indicates if child nodes will be checked on parient node check.
|
|
AutoCollapse |
If this option is set to true, expanded node will be collapsed if other node is expanded.
|
|
AutoPostBack |
Gets or sets the value that indicates whether or not the control posts back to the server each time a user interacts with the control.
|
|
CheckedNodes | ||
CollapseAnimation |
Collapse Animation effect.
|
|
CollapseDelay |
Collapse delay in milliseconds before child nodes collapse.
Default value is 100.
|
|
CollapseDuration |
Collapse Animation duration in milliseconds.
|
|
CollapseEasing |
Specifies the transition for collapse animation.
|
|
DisplayVisible |
Gets or Sets whether C1TreeView is visible.
|
|
Element | (Inherited from Control.) | |
Enabled |
Gets or sets a value indicating whether the C1TreeView control is enabled.
|
|
Events | (Inherited from Component.) | |
ExpandAnimation |
Expand Animation effect.
|
|
ExpandCollapseHoverUsed |
Allow nodes use hover for Expand or Collapse elements.
|
|
ExpandDelay |
Expand delay in milliseconds before child nodes expand.
Default value is nil.
|
|
ExpandDuration |
Expand Animation duration in milliseconds.
|
|
ExpandEasing |
Specifies the transition for expand animation.
|
|
ID | (Inherited from Component.) | |
IsInitialized | (Inherited from Component.) | |
IsUpdating | (Inherited from Component.) | |
LoadOnDemand |
Gets or sets the value that indicates whether or not loads on demand is enabled.
|
|
Nodes |
C1TreeViewNodeCollection collection contains C1TreeViewNode nodes.
|
|
OnClientNodeCheckChanged |
Occures if C1TreeViewNode node check status has been changed.
|
|
OnClientNodeClicked |
Occures if C1TreeViewNode node has been clicked.
|
|
OnClientNodeCollapsed |
Occures if C1TreeViewNode has been collapsed.
|
|
OnClientNodeDragging |
Occures if C1TreeViewNode node is dragging.
|
|
OnClientNodeDragStarted |
Occurs when the user starts to drag the C1TreeViewNode.
|
|
OnClientNodeDropped |
Occures if C1TreeViewNode node is dropped.
|
|
OnClientNodeExpanded |
Occures if C1TreeViewNode has been expanded.
|
|
OnClientNodeMouseOut |
Occures if if the mouse pointer get out the C1TreeViewNode node.
|
|
OnClientNodeMouseOver |
Occures if the mouse pointer get over the C1TreeViewNode node.
|
|
OnClientNodeTextChanged |
Occures if C1TreeViewNode node has been edited.
|
|
OnClientSelectedNodesChanged |
Occures if C1TreeViewNode node has been selected.
|
|
Owner |
Owner of this element.
Is always null for C1TreeView treeview.
|
|
Parent | (Inherited from Control.) | |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
|
SelectedNodes | ||
ShowCheckBoxes |
Allow the check box to be shown on the nodes.
|
|
ShowExpandCollapse |
Allow nodes to be expanded or collapsed.
|
|
ShowLines |
Allow nodes to be vinculated be hierarchical line.
|
|
VisibilityMode | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |
Events
Name | Description | |
---|---|---|
Disposing | (Inherited from Component.) | |
OnCallbackComplete |
Occures after callback complete.
|
|
OnNodeCheckChanged |
Occures if C1TreeViewNode node check status has been changed.
|
|
OnNodeClicked |
Occures if C1TreeViewNode node has been clicked.
|
|
OnNodeCollapsed |
Occures if C1TreeViewNode has been collapsed.
|
|
OnNodeDragging |
Occures if C1TreeViewNode node is dragging.
|
|
OnNodeDragStarted |
Occurs when the user starts to drag the C1TreeViewNode.
|
|
OnNodeDropped |
Occures if C1TreeViewNode node is dropped.
|
|
OnNodeExpanded |
Occures if C1TreeViewNode has been expanded.
|
|
OnNodeMouseOut |
Occures if if the mouse pointer get out the C1TreeViewNode node.
|
|
OnNodeMouseOver |
Occures if the mouse pointer get over the C1TreeViewNode node.
|
|
OnNodeTextChanged |
Occures if C1TreeViewNode node has been edited.
|
|
OnSelectedNodesChanged |
Occures if C1TreeViewNode node has been selected.
|
|
PropertyChanged | (Inherited from Component.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAjaxRequestSupportOnAjaxRequestError |