AppointmentFlyoutOptions.HtmlTemplate Property
Returns the template applied to the appointment flyout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
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