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

ResourcesTreeOptionsFilter Class

Provides filtering options for the ResourcesTree.

Namespace: DevExpress.XtraScheduler.UI

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

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