Skip to main content

Calendar.StatusesSource Property

Gets or sets a collection of objects containing status 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 = "OnStatusesSourceChanged")]
public object StatusesSource { get; set; }

Property Value

Type Description
Object

A collection of objects which contain status information.

Remarks

Use the StatusMappings property to specify how status properties map to the data source fields.

See Also