Skip to main content

SchedulerViewBase.GetFilteredResources() Method

Obtains a collection of filtered resources from the Storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual ResourceBaseCollection GetFilteredResources()

Returns

Type Description
ResourceBaseCollection

An ResourceBaseCollection object, that is a collection of filtered resources.

Remarks

The GetFilteredResources method gets a collection of resources passed through resource filtering. Resource filters are the ResourceStorage.Filter property and the SchedulerStorageBase.FilterResource event.

Note that the SchedulerViewBase.GetResources method gets only visible resources, and you should use the ResourceStorageBase.Items property to access all resources, loaded and contained in the ResourceStorage.

See Also