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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
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 Controls and MVC Extensions AgendaView
MVCxSchedulerAgendaView
ASP.NET Bootstrap Controls BootstrapAgendaView

Remarks

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

See Also