Back to Devexpress

TreeViewNodeFilterEventArgs.CalcVisibility() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treeviewnodefiltereventargs-705e62e9.md

latest1.2 KB
Original Source

TreeViewNodeFilterEventArgs.CalcVisibility() Method

Returns the node’s visibility state based on the currently applied filter.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool CalcVisibility()
vb
Public Function CalcVisibility As Boolean

Returns

TypeDescription
Boolean

true if the node is visible; otherwise, false.

|

See Also

TreeViewNodeFilterEventArgs Class

TreeViewNodeFilterEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace