Calendar.ResourceMappings Property
Gets an object that specifies how resource properties map to the data source fields. This is a dependency property.
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.ResourceMappings | A DevExpress.UI.Xaml.Scheduler.ResourceMappings object that provides information on the mapping of the resource properties to the data fields. |
Remarks
Use the ResourcesSource property to specify a data source.
See Also