The C1TreeView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1TreeView()()()() |
Default Constructor.
|
|
C1TreeView(String) |
Methods
Name | Description | |
---|---|---|
CreateTreeViewNode |
Creates new instance of the C1TreeViewNode class.
|
|
FindControl |
Override FindControl method.
(Overrides Control..::..FindControl(String).) |
|
FindNodeByNavigateUrl |
Searches C1TreeViewNode node through the collection by the NavigateUrl.
Recursive searching is used until C1TreeViewNode node is found.
|
|
FindNodeByText |
Searches C1TreeViewNode node through the collection by the Text.
Recursive searching is used until C1TreeViewNode node is found.
|
|
FindNodeByValue |
Searches C1TreeViewNode node through the collection by the Value.
Recursive searching is used until C1TreeViewNode node is found.
|
|
GetControlScriptReferences |
Returns references to script resources used by the C1TreeViewNode in the C1TreeView control.
|
|
GetFrameworkScriptReferences |
Returns references to script resources used by the Palomino framework.
|
|
GetScriptDescriptors | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
GetScriptReferences | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
LoadLayout(Stream) |
Load control layout properties from the stream.
|
|
LoadLayout(String) |
Loads control layout properties from the file.
|
|
LoadLayout(Stream, LayoutType) |
Loads the control layout properties with specified types from the stream.
|
|
LoadLayout(String, LayoutType) |
Loads control layout properties with specified types from the file.
|
|
LoadViewState |
Loads the server control's previously saved view state to the control.
(Overrides WebControl..::..LoadViewState(Object).) |
|
OnPreRender | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
OnVisualStyleChanged | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
RegisterRunTimeStyleSheets | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
RenderDesignTimeStyleSheets | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
SaveLayout(Stream) |
Saves control layout properties to the stream.
|
|
SaveLayout(String) |
Saves the control layout properties to the file.
|
|
SaveViewState |
Saves the changes to a server control's view state to an Object.
(Overrides WebControl..::..SaveViewState()()()().) |
Fields
Name | Description | |
---|---|---|
IsDesignMode | (Inherited from C1ThemeableHierarchicalDataBoundControl.) |
Properties
Name | Description | |
---|---|---|
AccessKey |
Gets or sets the access key that allows you to quickly navigate
to the Web server control.
(Overrides WebControl..::..AccessKey.) |
|
AllowDragDrop |
Allow to TreeView nodes to perform drag and drop.
|
|
AllowEdit |
Allow nodes to be edited at run time.
|
|
AllowSorting |
Allow nodes to be sorted at run time.
|
|
AllowTriState |
Allow TriState of CheckBox
|
|
AutoCheckNodes |
Allow sub nodes to be checked on parent 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.
|
|
BackColor |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlBackColor()()()().) |
|
BorderColor |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlBorderColor()()()().) |
|
BorderStyle |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlBorderStyle()()()().) |
|
BorderWidth |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlBorderWidth()()()().) |
|
C1WebControlsPath | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
CheckedNodes |
Gets the CheckedNodes of C1TreeView.
|
|
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.
|
|
ControlName | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
CurrentScriptManager | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
DataBindings |
C1TreeView tree view's data bindings.
|
|
DataBindStartLevel |
Gets or sets the value that indicates DataBind start level.
If value is 0, only root nodes will be bounded on start. For the value equals to 1, root nodes and first level nodes will be bounded.
Default value -1 indicates that property will be ignored.
|
|
DisplayVisible |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
|
|
EmbeddedVisualStyles |
Returns all visual styles that have been embedded with the control.
(Overrides C1ThemeableHierarchicalDataBoundControlEmbeddedVisualStyles()()()().) |
|
Enabled |
Gets a value indicating whether C1TreeView treeview is enabled or disabled.
If treeview is disabled, click and select operations are also disabled.
(Overrides WebControl..::..Enabled.) |
|
ExpandAnimation |
Gets or sets the animation effect when the node is expanded.
|
|
ExpandCollapseHoverUsed |
Allow nodes to use hover for Expand or Collapse elements.
|
|
ExpandDelay |
Expand delay in milliseconds before child nodes expand.
Default value is 0.
|
|
ExpandDepth |
Gets or sets the value that indicates the level for expantion.
For 0,only root nodes will be expanded.
For 1,root nodes and its sub nodes will be expanded etc.
For -1,or for the value that separate last level all nodes will be expanded.
Default value is -2, does not affect.
|
|
ExpandDuration |
Expand Animation duration in milliseconds.
|
|
ExpandEasing |
Specifies the transition for expand animation.
|
|
FocusOnMouseOver |
This property indicates if C1TreeViewNode node will get focus if mouse pointer is over it.
|
|
Font |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlFont()()()().) |
|
ForeColor |
This property is hidden.
(Overrides C1ThemeableHierarchicalDataBoundControlForeColor()()()().) |
|
LoadOnDemand |
Gets or sets the value that indicates whether or not Loads on demand is enabled.
|
|
Nodes |
Gets a C1TreeViewNodeCollection object that contains the root nodes of the current C1TreeView control.
|
|
NodesTemplate |
If specified, this template will be applied for all C1TreeViewNode nodes that does not have other defined templates.
|
|
OnClientNodeCheckChanged |
If specified, the OnClientNodeCheckChanged client-side event handler is called after the C1TreeViewNode node check status has been changed.(If Checkboxes are enabled)
|
|
OnClientNodeClicked |
If specified, the OnClientNodeClicked client-side event handler is called after the C1TreeViewNode node has been clicked.
|
|
OnClientNodeCollapsed |
If specified, the OnClientNodeCollapsed client-side event handler is called after the C1TreeViewNode node has been collapsed.
|
|
OnClientNodeDragging |
If specified, the OnClientNodeDragging client-side event handler is called if the user moves the mouse while dragging the C1TreeViewNode node.
|
|
OnClientNodeDragStarted |
If specified, the OnClientNodeDragStarted client-side event handler is called before drag is started.
|
|
OnClientNodeDropped |
If specified, the OnClientNodeDropped client-side event handler is called before the C1TreeViewNode node has been dropped by user.
|
|
OnClientNodeExpanded |
If specified, the OnClientNodeExpanded client-side event handler is called after the C1TreeViewNode node has been expanded.
|
|
OnClientNodeMouseOut |
If specified, the OnClientNodeMouseOut client-side event handler is called if the user moves the mouse pointer out of the C1TreeViewNode node.
|
|
OnClientNodeMouseOver |
If specified, the OnClientNodeMouseOver client-side event handler is called if the user moves the mouse pointer over of the C1TreeViewNode node.
|
|
OnClientNodeTextChanged |
If specified, the OnClientNodeTextChanged client-side event handler is called after a C1TreeViewNode node's text has been edited.
|
|
OnClientSelectedNodesChanged |
If specified, the OnClientNodeSelection client-side event handler is called after the C1TreeViewNode node has been selected.
|
|
Owner |
There is no such owner for C1TreeView.
|
|
PostBackEventReference |
PostBack event reference of client side.
|
|
ResourceNameFormat | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
SelectedNodes |
Gets the SelectedNodes of C1TreeView.
|
|
ShowCheckBoxes |
Allow the check box to be shown on the nodes.
|
|
ShowExpandCollapse |
Allow nodes to be expanded or collapsed.
|
|
ShowLines |
Gets or sets a value indicating whether lines connecting child nodes to parent nodes are displayed.
|
|
StyleSheetFileName | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
TagKey |
Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web
server control. This property is used primarily by control developers.
(Overrides WebControl..::..TagKey.) |
|
ThemeHelper | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
UseEmbeddedjQuery | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
UseEmbeddedVisualStyles | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
Visible |
Gets or sets if toolbar is Visible.
(Overrides Control..::..Visible.) |
|
VisualStyle |
VisualStyle name.
(Overrides C1ThemeableHierarchicalDataBoundControlVisualStyle()()()().) |
|
VisualStylePath |
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableHierarchicalDataBoundControlVisualStylePath()()()().) |
Events
Name | Description | |
---|---|---|
NodeCheckChanged |
Occurs on the server if a node in the TreeView control changes its check status.
|
|
NodeClicked |
Occurs on the server if a node in the TreeView control has been clicked.
|
|
NodeCollapsed |
Occurs on the server after the TreeView node is collapsed.
|
|
NodeDataBound |
Occurs after a node is data bound.
|
|
NodeDropped |
Occurs on the server after the TreeView node has been dropped.
|
|
NodeExpanded |
Occurs on the server after the TreeView node is expanded.
|
|
NodeTextChanged |
Occurs on the server when a node's Text property is changed.
|
|
SelectedNodesChanged |
Occurs on the server if a node in the TreeView control has been selected.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
System#Web#UI#IScriptControl#GetScriptDescriptors | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
System#Web#UI#IScriptControl#GetScriptReferences | (Inherited from C1ThemeableHierarchicalDataBoundControl.) | |
C1#Web#UI#Interfaces#IC1ThemeSupport#ResourceNameFormatInternal | (Inherited from C1ThemeableHierarchicalDataBoundControl.) |