Class SchedulerYearViewBase
A base class for RadzenScheduler<TItem> views.
Inheritance
SchedulerYearViewBase
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public abstract class SchedulerYearViewBase : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView, IDisposable
Constructors
SchedulerYearViewBase()
A base class for RadzenScheduler<TItem> views.
Declaration
protected SchedulerYearViewBase()
Properties
StartMonth
Gets the StartMonth of the view.
Declaration
public abstract Month StartMonth { get; set; }
Property Value
Type | Description |
---|---|
Month | The start month. |
Methods
SetParametersAsync(ParameterView)
Called by the Blazor runtime when parameters are set.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
Task |