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.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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