Skip to main content

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

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