Skip to main content

Calendar.LabelMappings Property

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
AppointmentLabelMappings

A DevExpress.WinUI.Scheduler.AppointmentLabelMappings object that has information on the mapping of the label properties to the data fields.

See Also