Skip to main content

AgendaViewAppointmentDisplayOptions.ShowLabel Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(true)]
public bool ShowLabel { get; set; }

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 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