General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
SchedulerViewBase.GetResources() Method
Override this method to provide access to the resources' collection, specific to the current scheduler view.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
Declaration
public virtual ResourceBaseCollection GetResources()
Public Overridable Function GetResources As ResourceBaseCollection
Returns
Type | Description |
---|---|
ResourceBaseCollection | An ResourceBaseCollection object, representing a collection of appointments' resources. |
Remarks
If the current view has no assigned resources, this method returns a new collection which does not contain elements.
See Also
Feedback