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.v21.2.Core.Desktop.dll

NuGet Package: DevExpress.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:

Object Type Path to SubjectBold
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