Skip to main content

CalendarBase.Resources Property

Provides access to the resources for appointments.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ResourceItemCollection Resources { get; }

Property Value

Type Description
ResourceItemCollection

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