ClassSchedulerViewBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class SchedulerViewBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
SchedulerViewBase()
Declaration
cs-api-definition
protected SchedulerViewBase()
Properties
ItemTemplate
Defines the template to be used when rendering appointments.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<object> ItemTemplate { get; set; }
Property Value
SchedulerResourceGroupHeaderTemplate
Declaration
cs-api-definition
[Parameter]
public RenderFragment<SchedulerResourceGroupHeaderTemplateContext> SchedulerResourceGroupHeaderTemplate { get; set; }
Property Value
SlotTemplate
Defines the template to be used when rendering slot cells.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<SchedulerSlotTemplateContext> SlotTemplate { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides