Skip to main content
A newer version of this page is available. .

TreeListNodeBase.IsVisible Property

Gets whether the treelist node is visible.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public bool IsVisible { get; }

Property Value

Type Description
Boolean

true, if the current node is visible; otherwise, false.

See Also