Back to Devexpress

DayViewAppointmentDisplayOptionsEx.AllowHtmlText Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayviewappointmentdisplayoptionsex-39cb285d.md

latest1.8 KB
Original Source

DayViewAppointmentDisplayOptionsEx.AllowHtmlText Property

Gets or sets whether to parse HTML tags that allow you to format the text in appointments.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowHtmlText { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property AllowHtmlText As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to parse HTML tags; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowHtmlText
DayView

.AppointmentDisplayOptions .AllowHtmlText

|

See Also

HtmlImages

DayViewAppointmentDisplayOptionsEx Class

DayViewAppointmentDisplayOptionsEx Members

DevExpress.XtraScheduler Namespace