Back to Devexpress

AgendaViewAppointmentDisplayOptions.SubjectBold Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions-f0d65c37.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(true)]
public bool SubjectBold { get; set; }
vb
<DefaultValue(True)>
Public Property SubjectBold As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SubjectBold
AgendaView

.AppointmentDisplayOptions .SubjectBold

|

Remarks

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

See Also

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace