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.v18.2.Extensions.dll

Declaration

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

Event Data

The FilterNode event's data class is DevExpress.XtraTreeList.FilterNodeEventArgs.

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