Back to Devexpress

TreeViewControl.GetNodeByValue(Object) Method

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

latest1.5 KB
Original Source

TreeViewControl.GetNodeByValue(Object) Method

Returns a node with the specified display value.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public TreeListNode GetNodeByValue(
    object value
)
vb
Public Function GetNodeByValue(
    value As Object
) As TreeListNode

Parameters

NameTypeDescription
valueObject

The display value of the required node.

|

Returns

TypeDescription
TreeListNode

The node with the specified display value.

|

Remarks

The node value is the value displayed in the TreeViewControl when you specify the TreeViewFieldName property.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace