Back to Devexpress

TreeViewNodeFilterEventArgs.Visible Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treeviewnodefiltereventargs-eae3fbe0.md

latest1.1 KB
Original Source

TreeViewNodeFilterEventArgs.Visible Property

Gets or sets whether to display the processed node.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true to show the node; otherwise, false.

|

See Also

TreeViewNodeFilterEventArgs Class

TreeViewNodeFilterEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace