Calendar.LabelMappings Property
In This Article
Gets an object that specifies how label properties map to the data source fields. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnLabelMappingsChanged")]
public AppointmentLabelMappings LabelMappings { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
A DevExpress. |
See Also