Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of the C1TreeView class. |
The following tables list the members exposed by C1TreeView.
Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of the C1TreeView class. |
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. | |
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) | |
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. | |
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. | |
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. | |
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. | |
ShowCheckBoxes | Allows the CheckBox to be shown on tree nodes | |
ShowExpandCollapse | Allows tree nodes to be expanded or collapsed. | |
SkinID | (Inherited from System.Web.UI.WebControls.WebControl) | |
SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) | |
TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) | |
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) | |
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) |
Name | Description | |
---|---|---|
ApplyStyle | (Inherited from System.Web.UI.WebControls.WebControl) | |
ApplyStyleSheetSkin | (Inherited from System.Web.UI.Control) | |
CopyBaseAttributes | (Inherited from System.Web.UI.WebControls.WebControl) | |
CreateTreeViewNode | Creates new instance of the C1TreeViewNode class. | |
DataBind | Overridden. Binds a data source to the invoked C1TreeView tree view and all its nodes. | |
Dispose | (Inherited from System.Web.UI.Control) | |
ExpandAllNode | Overloaded. | |
FindControl | (Inherited from System.Web.UI.Control) | |
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. | |
Focus | (Inherited from System.Web.UI.Control) | |
GetPropertyValue<V> | Gets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) | |
GetRouteUrl | Overloaded. (Inherited from System.Web.UI.Control) | |
GetScriptDescriptors | When overridden in a derived class, registers the WidgetDescriptor objects for the control. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) | |
GetScriptReferences | When overridden in a derived class, registers an additional script libraries for the extender control. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) | |
GetUniqueIDRelativeTo | (Inherited from System.Web.UI.Control) | |
HasControls | (Inherited from System.Web.UI.Control) | |
LoadLayout | Overloaded. Loads control layout properties from the file. | |
MergeStyle | (Inherited from System.Web.UI.WebControls.WebControl) | |
RegisterDesignTimeStyleSheet | Register design time stylesheet (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) | |
RenderBeginTag | (Inherited from System.Web.UI.WebControls.WebControl) | |
RenderControl | (Inherited from System.Web.UI.Control) | |
RenderEndTag | (Inherited from System.Web.UI.WebControls.WebControl) | |
ResolveClientUrl | (Inherited from System.Web.UI.Control) | |
ResolveUrl | (Inherited from System.Web.UI.Control) | |
SaveLayout | Overloaded. Saves the control layout properties to the file. | |
SetPropertyValue<V> | Sets the property value by property name. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetHierarchicalDataBoundControlBase) | |
SetRenderMethodDelegate | (Inherited from System.Web.UI.Control) |
Name | Description | |
---|---|---|
DataBinding | (Inherited from System.Web.UI.Control) | |
DataBound | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) | |
Disposed | (Inherited from System.Web.UI.Control) | |
Init | (Inherited from System.Web.UI.Control) | |
Load | (Inherited from System.Web.UI.Control) | |
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 System.Web.UI.WebControls.TreeView node is collapsed. | |
NodeDataBound | Occurs after a node is data bound. | |
NodeDropped | Occurs on the server after the System.Web.UI.WebControls.TreeView node has been dropped. | |
NodeExpanded | Occurs on the server after the System.Web.UI.WebControls.TreeView node is expanded. | |
NodeTextChanged | Occurs on the server when a node's Text property is changed. | |
PreRender | (Inherited from System.Web.UI.Control) | |
SelectedNodesChanged | Occurs on the server if a node in the TreeView control has been selected. | |
Unload | (Inherited from System.Web.UI.Control) |