Back to Devexpress

TreeViewControl.IsNodeSelected(TreeListNode) Method

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

latest1.3 KB
Original Source

TreeViewControl.IsNodeSelected(TreeListNode) Method

Indicates whether the specified node is selected.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsNodeSelected(
    TreeListNode node
)
vb
Public Function IsNodeSelected(
    node As TreeListNode
) As Boolean

Parameters

NameTypeDescription
nodeTreeListNode

The required node.

|

Returns

TypeDescription
Boolean

true if the specified node is selected; otherwise, false.

|

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace