ClassSchedulerDayViewBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class SchedulerDayViewBase : SchedulerTimeViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBaseSchedulerDayViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
SchedulerDayViewBase()
Declaration
cs-api-definition
protected SchedulerDayViewBase()
Properties
AllDayItemTemplate
Defines the template to be used when rendering all-day appointments.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<object> AllDayItemTemplate { get; set; }
Property Value
AllDaySlotTemplate
Declaration
cs-api-definition
[Parameter]
public RenderFragment<SchedulerAllDaySlotTemplateContext> AllDaySlotTemplate { get; set; }
Property Value
DateHeaderTemplate
Declaration
cs-api-definition
[Parameter]
public RenderFragment<DateTime> DateHeaderTemplate { get; set; }
Property Value
HideAllDayRow
Declaration
cs-api-definition
[Parameter]
public bool HideAllDayRow { get; set; }
Property Value