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

TreeListNodeBase.IsFiltered Property

Gets whether the node is filtered or not.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.Desktop.v20.2.dll

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

Declaration

public bool IsFiltered { get; }

Property Value

Type Description
Boolean

true the node is filtered; otherwise, false.

See Also