Back to Devexpress

TreeViewControl.GetNodeByContent(Object) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-dot-getnodebycontent-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

TreeViewControl.GetNodeByContent(Object) Method

Returns a node with the specified content.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode GetNodeByContent(
    object content
)
vb
Public Function GetNodeByContent(
    content As Object
) As TreeListNode

Parameters

NameTypeDescription
contentObject

The content of the required node.

|

Returns

TypeDescription
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

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace