Back to Devexpress

AgendaViewAppointmentDisplayOptions.ShowLabel Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions.md

latest1.9 KB
Original Source

AgendaViewAppointmentDisplayOptions.ShowLabel Property

Gets or sets whether the colored circle indicating the appointment label is shown.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(true)]
public bool ShowLabel { get; set; }
vb
<DefaultValue(True)>
Public Property ShowLabel As Boolean

Property Value

TypeDefaultDescription
Booleantrue

True to show the label circle; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowLabel
AgendaView

.AppointmentDisplayOptions .ShowLabel

|

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

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace