Back to Devexpress

TreeViewControl.GetNodeValue(TreeListNode) Method

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-dot-getnodevalue-x28-devexpress-dot-xpf-dot-grid-dot-treelistnode-x29.md

latest1.4 KB
Original Source

TreeViewControl.GetNodeValue(TreeListNode) Method

Returns the value of the specified node.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object GetNodeValue(
    TreeListNode node
)
vb
Public Function GetNodeValue(
    node As TreeListNode
) As Object

Parameters

NameTypeDescription
nodeTreeListNode

The required node.

|

Returns

TypeDescription
Object

The value of the specified node.

|

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