Skip to main content

Calendar.StatusMappings Property

Gets an object that specifies how appointment status properties map to the data source fields.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnStatusMappingsChanged")]
public AppointmentStatusMappings StatusMappings { get; set; }

Property Value

Type Description
AppointmentStatusMappings

A AppointmentStatusMappings object that provides information on the mapping of the appointment status properties to the data fields.

See Also