Version

GetResources Method (ScheduleDataSource)

Returns an enumerable list of the resources associated with this data source.
Syntax
public IEnumerable<ScheduleResource> GetResources()
Remarks

A Infragistics.Scheduler.ScheduleResource provides the ability to group Infragistics.Scheduler.Appointment data; activity queries can filter by a resource to limit the query result so that only appointments associated with a given resource are returned.

The manner in which resources are associated with the data source is dependent on the derived class implementation; for example, ScheduleListDataSource exposes a ResourceItemsSource property through which an item source for the resource data can be defined.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also