| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AllowDrag | Allows tree nodes to be dragged |
| AllowDrop | Allows tree nodes to be dropped |
| AllowEdit | Allows tree nodes to be edited at run time. |
| AllowSorting | Allows tree nodes to be sorted at run time. |
| AllowTriState | Allows triple state of checkBox. |
| AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| AutoCheckNodes | Allows sub-nodes to be checked upon parent node check. |
| AutoCollapse | If this option is set to true, the expanded node will be collapsed if another 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. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| ClientID | (Inherited from System.Web.UI.Control) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| CollapseAnimation | Animation options for showing the child nodes when the parent node is collapsed. |
| CollapseDelay | The duration of the time to delay before the node is collapsed. |
| Controls | (Inherited from System.Web.UI.Control) |
| ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
| ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| DataBindings | Data bindings for items in the control. |
| 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. |
| DataSource | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| DataSourceID | (Inherited from System.Web.UI.WebControls.HierarchicalDataBoundControl) |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| ExpandAnimation | Animation options for showing the child nodes when the parent node is expanded. |
| ExpandCollapseHoverUsed | If this option is set to true, the tree will be expand/Collapse when the mouse hovers on the expand/Collapse button. |
| ExpandDelay | The duration of the time to delay before the node is expanded. |
| HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
| Height | (Inherited from System.Web.UI.WebControls.WebControl) |
| ID | (Inherited from System.Web.UI.Control) |
| LoadOnDemand | Gets or sets the value that indicates whether or not Loads on demand is enabled. |
| NamingContainer | (Inherited from System.Web.UI.Control) |
| 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 | The name of the function which will be called when the node is checked. |
| OnClientNodeCheckChanging | The name of the function which will be called before the node is checked. This event can be cancelled by returning false. |
| OnClientNodeClick | The name of the function which will be called after the node is clicked. |
| OnClientNodeCollapsed | The name of the function which will be called when the node is collapsed. |
| OnClientNodeDragging | The name of the function which will be called when the node is dragged. |
| OnClientNodeDragStarted | The name of the function which will be called when the node begin to be dragged. |
| OnClientNodeDropped | The name of the function which will be called after the node is dropped. |
| OnClientNodeExpanded | The name of the function which will be called when the node is expanded. |
| OnClientNodeMouseOut | The name of the function which will be called when mouse out the node. |
| OnClientNodeMouseOver | The name of the function which will be called when mouse over the node. |
| OnClientNodeTextChanged | The name of the function which will be called when the text of node changed. |
| OnClientSelectedNodeChanged | The name of the function which will be called when the selected nodes are changed. |
| Owner | There is no such owner for C1TreeView. |
| Page | (Inherited from System.Web.UI.Control) |
| Parent | (Inherited from System.Web.UI.Control) |
| RenderingCompatibility | (Inherited from System.Web.UI.Control) |
| SelectedNodes | Gets the SelectedNodes of C1TreeView. |
| ShowCheckBoxes | Allows the CheckBox to be shown on tree nodes |
| ShowExpandCollapse | Allows tree nodes to be expanded or collapsed. |
| Site | (Inherited from System.Web.UI.Control) |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| Style | (Inherited from System.Web.UI.WebControls.WebControl) |
| SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| TemplateControl | (Inherited from System.Web.UI.Control) |
| TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UniqueID | Overridden. Get the unique ID of this control |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | (Inherited from System.Web.UI.WebControls.WebControl) |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) |