windowsforms-devexpress-dot-xtratreelist-dot-treelist-45e5602e.md
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
[Browsable(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public event FilterNodeEventHandler FilterNode
<DXCategory("Behavior")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event FilterNode As FilterNodeEventHandler
The FilterNode event's data class is FilterNodeEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Handled | Gets or sets whether the event is handled and no default processing is required. |
| IsFitDefaultFilter | Gets whether the row matches the filter applied to the tree list. |
| Node | Gets the currently processed node. |
See Also
TreeListOptionsCustomization.AllowFilter