Back to Devexpress

ResourcesTreeOptionsFilter Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-e1326ab8.md

latest1.9 KB
Original Source

ResourcesTreeOptionsFilter Class

Provides filtering options for the ResourcesTree.

Namespace : DevExpress.XtraScheduler.UI

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

NuGet Package : DevExpress.Win.SchedulerExtensions

Declaration

csharp
public class ResourcesTreeOptionsFilter :
    TreeListOptionsFilter
vb
Public Class ResourcesTreeOptionsFilter
    Inherits TreeListOptionsFilter

The following members return ResourcesTreeOptionsFilter objects:

Remarks

This class provides a set of Boolean properties that specify ResourcesTree control’s filtering functionality. You can access an instance of the e ResourcesTreeOptionsFilter class using the ResourcesTree.OptionsFilter property.

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraTreeList.BaseTreeListOptions TreeListOptionsFilter ResourcesTreeOptionsFilter

See Also

ResourcesTreeOptionsFilter Members

DevExpress.XtraScheduler.UI Namespace