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

AgendaViewAppointmentDisplayOptions.SubjectBold Property

Gets or sets whether the bold font is used for the appointment subject in the Agenda view.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Default Description
Boolean **true**

True to display subject with bold font; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SubjectBold
WinForms Controls AgendaView
ASP.NET Bootstrap Controls BootstrapAgendaView
ASP.NET MVC Extensions MVCxSchedulerAgendaView
ASP.NET Web Forms Controls AgendaView

Remarks

The SubjectBold property allows you to change the bold font to regular font for the appointment subject in the Agenda view.

See Also