Back to Devexpress

TreeViewNodeFilterEventArgs.Handled Property

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

latest1.1 KB
Original Source

TreeViewNodeFilterEventArgs.Handled Property

Gets or sets whether to apply the specified filter.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to apply the specified filter; otherwise, false.

|

See Also

TreeViewNodeFilterEventArgs Class

TreeViewNodeFilterEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace