Class SchedulerDayViewBase
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class SchedulerDayViewBase : SchedulerTimeViewBase, ISchedulerView, IDisposable
Constructors
SchedulerDayViewBase()
Declaration
protected SchedulerDayViewBase()
Properties
AllDayItemTemplate
Defines the template to be used when rendering all-day appointments.
Declaration
public RenderFragment<object> AllDayItemTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.Object>
|
AllDaySlotTemplate
Declaration
public RenderFragment<SchedulerAllDaySlotTemplateContext> AllDaySlotTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<SchedulerAllDaySlotTemplateContext>
|
DateHeaderTemplate
Declaration
public RenderFragment<DateTime> DateHeaderTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.DateTime>
|
HideAllDayRow
Declaration
public bool HideAllDayRow { get; set; }
Property Value
System.Boolean
|