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

Calendar.LabelsSource Property

Gets or sets a collection of objects containing label information. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

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

Declaration

public object LabelsSource { get; set; }

Property Value

Type Description
Object

A collection of objects which contain label information.

Remarks

Use the LabelMappings property to specify how label properties map to the data source fields.

See Also