Back to Devexpress

TreeList.FilterNode Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-45e5602e.md

latest2.4 KB
Original Source

TreeList.FilterNode Event

This event is obsolete. Use the TreeList.CustomRowFilter event instead.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event FilterNodeEventHandler FilterNode
vb
<DXCategory("Behavior")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event FilterNode As FilterNodeEventHandler

Event Data

The FilterNode event's data class is FilterNodeEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets whether the event is handled and no default processing is required.
IsFitDefaultFilterGets whether the row matches the filter applied to the tree list.
NodeGets the currently processed node.

See Also

CustomRowFilter

Visible

TreeListOptionsCustomization.AllowFilter

TreeListOptionsColumnFilter.AllowFilter

Filtering

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace