Calendar.StatusMappings Property
In This Article
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 |
---|---|
Appointment |
A Appointment |
See Also