Skip to main content

SchedulerViewBase.GetResources() Method

Gets a collection of visible resources for the current view.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public virtual ResourceBaseCollection GetResources()

#Returns

Type Description
ResourceBaseCollection

A DevExpress.XtraScheduler.ResourceBaseCollection object that is a collection of visible resources.

#Remarks

If the current view has no assigned resources, this method returns a new collection which does not contain elements.

See Also