Skip to main content

ResourcesTreeOptionsFilter Class

Provides filtering options for the ResourcesTree.

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public class ResourcesTreeOptionsFilter :
    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