AppointmentFlyoutOptions.HtmlTemplate Property
Returns the template applied to the appointment flyout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerHtmlTemplateItem HtmlTemplate { get; }
Property Value
| Type | Description |
|---|---|
| SchedulerHtmlTemplateItem | The template applied to the appointment flyout. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to HtmlTemplate |
|---|---|
| SchedulerControl |
|
See Also