Back to Devexpress

AppointmentFlyoutOptions.HtmlTemplate Property

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentflyoutoptions.md

latest1.7 KB
Original Source

AppointmentFlyoutOptions.HtmlTemplate Property

Returns the template applied to the appointment flyout.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerHtmlTemplateItem HtmlTemplate { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property HtmlTemplate As SchedulerHtmlTemplateItem

Property Value

TypeDescription
SchedulerHtmlTemplateItem

The template applied to the appointment flyout.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HtmlTemplate
SchedulerControl

.OptionsFlyout .HtmlTemplate

|

See Also

AppointmentFlyoutOptions Class

AppointmentFlyoutOptions Members

DevExpress.XtraScheduler Namespace