Skip to main content
A newer version of this page is available. .

Calendar.LabelMappings Property

Gets an object that specifies how label properties map to the data source fields. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public AppointmentLabelMappings LabelMappings { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.AppointmentLabelMappings

A DevExpress.UI.Xaml.Scheduler.AppointmentLabelMappings object that provides information on the mapping of the label properties to the data fields.

Remarks

Use the LabelsSource property to specify a data source.

See Also