Skip to main content
All docs
V23.2

ReportDayViewAppointmentDisplayOptions.AllowHtmlText Property

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowHtmlText { get; set; }

Property Value

Type Default
Boolean false

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowHtmlText
DayViewTimeCells
.AppointmentDisplayOptions .AllowHtmlText
See Also