A newer version of this page is available.
Switch to the current version.
SchedulerTemplates.HorizontalAppointmentTemplate Property
Gets or sets a template for displaying the scheduler's horizontal appointment.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
[DefaultValue(null)]
public ITemplate HorizontalAppointmentTemplate { get; set; }
<DefaultValue(Nothing)>
Public Property HorizontalAppointmentTemplate As ITemplate
Property Value
Type | Default | Description |
---|---|---|
ITemplate | null |
An object that implements the ITemplate interface. |
See Also
Feedback