Skip to main content
A newer version of this page is available. .

ResourcesTree.FilterNode Event

Hides the corresponding event of the base class.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.Extensions.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
public event FilterNodeEventHandler FilterNode

Event Data

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.

Remarks

The FilterNode event of the base TreeList class is not implemented in its descendant - the ResourcesTree class.

Do not handle this event.

See Also