Back to Devexpress

TreeViewControl.ExpandNode(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-dot-expandnode-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

TreeViewControl.ExpandNode(Int32) Method

Expands the specified node.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ExpandNode(
    int rowHandle
)
vb
Public Sub ExpandNode(
    rowHandle As Integer
)

Parameters

NameTypeDescription
rowHandleInt32

The row handle of the required node.

|

Remarks

To expand all nodes, use the ExpandAllNodes method. To collapse the specified node or all nodes, use the CollapseNode or CollapseAllNodes method, respectively.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace