ResourcesTree.FilterNode Event
Hides the corresponding event of the base class.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
Declaration
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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