Skip to main content
A newer version of this page is available. .

AgendaViewAppointmentDisplayOptions.ShowLabel Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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:

Library Object Type Path to ShowLabel
WinForms Controls AgendaView
ASP.NET Controls and MVC Extensions AgendaView
MVCxSchedulerAgendaView
ASP.NET Bootstrap Controls BootstrapAgendaView

Remarks

The color of the appointment label specified by the AppointmentLabel.Color property is used to fill the label circle of the Agenda View.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowLabel property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also