The C1TreeView type exposes the following members.

Properties

  Name Description
Public property 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.
Public property AllowDragDrop
Allow to TreeView nodes performe drag n' drop.
Public property AllowEdit
If this option is set to true, the text of this node could be edited.
Public property AllowTriState
Allow TriState of CheckBox
Public property AutoCheckNodes
Indicates if child nodes will be checked on parient node check.
Public property AutoCollapse
If this option is set to true, expanded node will be collapsed if other node is expanded.
Public property 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.
Public property CheckedNodes
Public property CollapseAnimation
Collapse Animation effect.
Public property CollapseDelay
Collapse delay in milliseconds before child nodes collapse. Default value is 100.
Public property CollapseDuration
Collapse Animation duration in milliseconds.
Public property CollapseEasing
Specifies the transition for collapse animation.
Public property DisplayVisible
Gets or Sets whether C1TreeView is visible.
Protected property Element (Inherited from Control.)
Public property Enabled
Gets or sets a value indicating whether the C1TreeView control is enabled.
Protected property Events (Inherited from Component.)
Public property ExpandAnimation
Expand Animation effect.
Public property ExpandCollapseHoverUsed
Allow nodes use hover for Expand or Collapse elements.
Public property ExpandDelay
Expand delay in milliseconds before child nodes expand. Default value is nil.
Public property ExpandDuration
Expand Animation duration in milliseconds.
Public property ExpandEasing
Specifies the transition for expand animation.
Public property ID (Inherited from Component.)
Protected property IsInitialized (Inherited from Component.)
Protected property IsUpdating (Inherited from Component.)
Public property LoadOnDemand
Gets or sets the value that indicates whether or not loads on demand is enabled.
Public property Nodes
C1TreeViewNodeCollection collection contains C1TreeViewNode nodes.
Public property OnClientNodeCheckChanged
Occures if C1TreeViewNode node check status has been changed.
Public property OnClientNodeClicked
Occures if C1TreeViewNode node has been clicked.
Public property OnClientNodeCollapsed
Occures if C1TreeViewNode has been collapsed.
Public property OnClientNodeDragging
Occures if C1TreeViewNode node is dragging.
Public property OnClientNodeDragStarted
Occurs when the user starts to drag the C1TreeViewNode.
Public property OnClientNodeDropped
Occures if C1TreeViewNode node is dropped.
Public property OnClientNodeExpanded
Occures if C1TreeViewNode has been expanded.
Public property OnClientNodeMouseOut
Occures if if the mouse pointer get out the C1TreeViewNode node.
Public property OnClientNodeMouseOver
Occures if the mouse pointer get over the C1TreeViewNode node.
Public property OnClientNodeTextChanged
Occures if C1TreeViewNode node has been edited.
Public property OnClientSelectedNodesChanged
Occures if C1TreeViewNode node has been selected.
Public property Owner
Owner of this element. Is always null for C1TreeView treeview.
Public property Parent (Inherited from Control.)
Public property PropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public property SelectedNodes
Public property ShowCheckBoxes
Allow the check box to be shown on the nodes.
Public property ShowExpandCollapse
Allow nodes to be expanded or collapsed.
Public property ShowLines
Allow nodes to be vinculated be hierarchical line.
Public property VisibilityMode (Inherited from Control.)
Public property Visible (Inherited from Control.)
Public property VisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)

See Also