Back to Devexpress

TreeList.IsNodeVisible(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-isnodevisible-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.7 KB
Original Source

TreeList.IsNodeVisible(TreeListNode) Method

Indicates whether a specific TreeListNode is currently visible.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public static bool IsNodeVisible(
    TreeListNode node
)
vb
Public Shared Function IsNodeVisible(
    node As TreeListNode
) As Boolean

Parameters

NameTypeDescription
nodeTreeListNode

A TreeListNode whose visibility is inspected.

|

Returns

TypeDescription
Boolean

true if a specific node is visible; otherwise, false.

|

Remarks

A specific TreeListNode is visible when all its parent nodes are expanded.

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace