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.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public bool IsVisible { get; }

Property Value

Type Description
Boolean

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

See Also