Class SchedulerYearViewBase
A base class for RadzenScheduler<TItem> views.
Inheritance
System.Object
SchedulerYearViewBase
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public abstract class SchedulerYearViewBase : SchedulerViewBase, ISchedulerView, IDisposable
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 async Task SetParametersAsync(ParameterView parameters)
Parameters
Type | Name | Description |
---|---|---|
ParameterView | parameters | The parameters. |
Returns
Type | Description |
---|---|
Task |
Overrides
Implements
IDisposable