SchedulerControl.LabelItems Property
In This Article
Provides access to the Scheduler appointment labels collection.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public AppointmentLabelItemCollection LabelItems { get; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
See Also