AgendaViewAppointmentDisplayOptions.ShowLabel Property
In This Article
Gets or sets whether the colored circle indicating the appointment label is shown.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | True to show the label circle; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Show |
---|---|
Agenda |
|
#Remarks
The color of the appointment label specified by the AppointmentLabel.Color property is used to fill the label circle of the Agenda View.
See Also