Back to Devexpress

TreeList.FullExpandNode(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-fullexpandnode-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.9 KB
Original Source

TreeList.FullExpandNode(TreeListNode) Method

OBSOLETE

You must use the node.ExpandAll method instead

Expands all child nodes of a specific node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You must use the node.ExpandAll method instead")]
public virtual void FullExpandNode(
    TreeListNode node
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("You must use the node.ExpandAll method instead")>
Public Overridable Sub FullExpandNode(
    node As TreeListNode
)

Parameters

NameTypeDescription
nodeTreeListNode

The TreeListNode to expand.

|

Remarks

This method is obsolete. Use the TreeListNode.ExpandAll method instead.

See Also

TreeListNode.ExpandAll

TreeList.ExpandAll

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace