TreeView for ASP.NET WebForms
C1TreeView Class Members
Properties  Methods  Events

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace : C1TreeView Class

The following tables list the members exposed by C1TreeView.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1TreeView class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAllows tree nodes to be dragged  
Public PropertyAllows tree nodes to be dropped  
Public PropertyAllows tree nodes to be edited at run time.  
Public PropertyAllows tree nodes to be sorted at run time.  
Public PropertyAllows triple state of checkBox.  
Public PropertyAllows sub-nodes to be checked upon parent node check.  
Public PropertyIf this option is set to true, the expanded node will be collapsed if another node is expanded.  
Public PropertyGets or sets the value that indicates whether or not the control posts back to the server each time a user interacts with the control.  
Public Property (Inherited from System.Web.UI.Control)
Public PropertyAnimation options for showing the child nodes when the parent node is collapsed.  
Public PropertyThe duration of the time to delay before the node is collapsed.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyData bindings for items in the control.  
Public PropertyGets 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.  
Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Property (Inherited from System.Web.UI.WebControls.HierarchicalDataBoundControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyAnimation options for showing the child nodes when the parent node is expanded.  
Public PropertyIf this option is set to true, the tree will be expand/Collapse when the mouse hovers on the expand/Collapse button.  
Public PropertyThe duration of the time to delay before the node is expanded.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public PropertyGets or sets the value that indicates whether or not Loads on demand is enabled.  
Public PropertyThe name of the function which will be called when the node is checked.  
Public PropertyThe name of the function which will be called before the node is checked. This event can be cancelled by returning false.  
Public PropertyThe name of the function which will be called after the node is clicked.  
Public PropertyThe name of the function which will be called when the node is collapsed.  
Public PropertyThe name of the function which will be called when the node is dragged.  
Public PropertyThe name of the function which will be called when the node begin to be dragged.  
Public PropertyThe name of the function which will be called after the node is dropped.  
Public PropertyThe name of the function which will be called when the node is expanded.  
Public PropertyThe name of the function which will be called when mouse out the node.  
Public PropertyThe name of the function which will be called when mouse over the node.  
Public PropertyThe name of the function which will be called when the text of node changed.  
Public PropertyThe name of the function which will be called when the selected nodes are changed.  
Public PropertyAllows the CheckBox to be shown on tree nodes  
Public PropertyAllows tree nodes to be expanded or collapsed.  
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.Control)
Public Property (Inherited from System.Web.UI.WebControls.WebControl)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodCreates new instance of the C1TreeViewNode class.  
Public MethodOverridden. Binds a data source to the invoked C1TreeView tree view and all its nodes.  
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded.   
Public Method (Inherited from System.Web.UI.Control)
Public MethodSearches C1TreeViewNode node through the collection by the NavigateUrl. Recursive searching is used until C1TreeViewNode node is found.  
Public MethodSearches C1TreeViewNode node through the collection by the Text. Recursive searching is used until C1TreeViewNode node is found.  
Public MethodSearches C1TreeViewNode node through the collection by the Value. Recursive searching is used until C1TreeViewNode node is found.  
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Loads control layout properties from the file.  
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.WebControls.WebControl)
Public Method (Inherited from System.Web.UI.Control)
Public Method (Inherited from System.Web.UI.Control)
Public MethodOverloaded. Saves the control layout properties to the file.  
Public Method (Inherited from System.Web.UI.Control)
Top
Public Events
 NameDescription
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public Event (Inherited from System.Web.UI.Control)
Public EventOccurs on the server if a node in the TreeView control changes its check status.  
Public EventOccurs on the server if a node in the TreeView control has been clicked.  
Public EventOccurs on the server after the System.Web.UI.WebControls.TreeView node is collapsed.  
Public EventOccurs after a node is data bound.  
Public EventOccurs on the server after the System.Web.UI.WebControls.TreeView node has been dropped.  
Public EventOccurs on the server after the System.Web.UI.WebControls.TreeView node is expanded.  
Public EventOccurs on the server when a node's Text property is changed.  
Public Event (Inherited from System.Web.UI.Control)
Public EventOccurs on the server if a node in the TreeView control has been selected.  
Public Event (Inherited from System.Web.UI.Control)
Top
See Also

Reference

C1TreeView Class
C1.Web.Wijmo.Controls.C1TreeView Namespace