Skip to main content

DxTreeView Methods

A navigation control that displays items as a tree.
Name Description
CheckAll() Checks all nodes in the TreeView.
ClearCheck() Unchecks all nodes.
ClearSelection() Clears node selection.
CollapseAll() Collapses all nodes in the DxTreeView.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll() Expands all nodes in the DxTreeView.
ExpandToNode(Func<ITreeViewNodeInfo, Boolean>) Expands the nodes down to the specified node.
GetCheckedNodeInfo() Returns a collection of currently checked nodes.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetNodeExpanded(Func<ITreeViewNodeInfo, Boolean>) Returns whether the specified node is expanded.
GetNodeInfo(Func<ITreeViewNodeInfo, Boolean>) Returns information about the specified node.
GetNodesInfo(Func<ITreeViewNodeInfo, Boolean>) Returns information about the specified nodes.
GetSelectedNodeInfo() Returns information about the selected node.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectNode(Func<ITreeViewNodeInfo, Boolean>) Selects the specified node.
SetNodeChecked(Func<ITreeViewNodeInfo, Boolean>, Boolean) Checks or unchecks the specified node.
SetNodeExpanded(Func<ITreeViewNodeInfo, Boolean>, Boolean) Expands or collapses the specified node.
SetNodesChecked(Func<ITreeViewNodeInfo, Boolean>, Boolean) Checks or unchecks the specified nodes.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also