Back to Devexpress

TreeViewNodeFilterEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-6cc50d1b.md

latest2.2 KB
Original Source

TreeViewNodeFilterEventArgs Class

Provides data for the CustomNodeFilter event.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeViewNodeFilterEventArgs :
    EventArgs
vb
Public Class TreeViewNodeFilterEventArgs
    Inherits EventArgs

TreeViewNodeFilterEventArgs is the data class for the following events:

Remarks

Use the CustomNodeFilter event to apply custom rules on how to filter data. The TreeViewControl raises this event for each node. The TreeViewNodeFilterEventArgs.Node property returns the processed node.

To hide or show a node, specify the TreeViewNodeFilterEventArgs.Visible property, and set the TreeViewNodeFilterEventArgs.Handled property to true.

If the TreeViewNodeFilterEventArgs.Handled property is set to false , the node’s visibility is determined by the filter applied to the TreeViewControl.

Inheritance

Object EventArgs TreeViewNodeFilterEventArgs

See Also

TreeViewNodeFilterEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace