AgendaViewAppointmentDisplayOptions.ShowLabel Property
Gets or sets whether the colored circle indicating the appointment label is shown.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to show the label circle; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowLabel |
---|---|
AgendaView |
|
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