Calendar.LabelsSource Property
In This Article
Gets or sets a collection of objects containing label information. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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