Skip to main content

TreeListNodesIterator.Visible Property

Gets the collection of visible nodes.

Namespace: DevExpress.XtraTreeList.Nodes.Operations

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public IEnumerable<TreeListNode> Visible { get; }

Property Value

Type Description
IEnumerable<TreeListNode>

An IEnumerable<T><TreeListNode,> object specifying the collection of visible nodes.

See Also