Skip to main content

Calendar.ResourcesSource Property

Gets or sets a collection of objects containing resource information. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnResourcesSourceChanged")]
public object ResourcesSource { get; set; }

Property Value

Type Description
Object

A collection of objects which contain resource information.

Remarks

Use the ResourceMappings property to specify how resource properties map to the data source fields.

See Also