CalendarBase.Resources Property
Provides access to the resources for appointments.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.UI.Xaml.Scheduler.ResourceItemCollection | A ResourceItemCollection object that is the collection of resources. |
Remarks
Specify the Calendar’s Calendar.ResourcesSource and set the required Calendar.ResourceMappings to load resources from a data source.
See Also