Skip to main content
A newer version of this page is available. .
All docs
V20.2

TreeViewControl.GetNodeByContent(Object) Method

Returns a node with the specified content.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public TreeListNode GetNodeByContent(
    object content
)

Parameters

Name Type Description
content Object

The content of the required node.

Returns

Type Description
TreeListNode

The node with the specified content.

Remarks

The GetNodeByContent method returns the node whose TreeListNodeBase.Content property is set to a value specified by the content parameter.

See Also