Class RadzenMonthView
Displays the appointments in a month day in RadzenScheduler<TItem>
public class RadzenMonthView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView, IDisposable
- Inheritance
-
RadzenMonthView
- Implements
- Inherited Members
Examples
<RadzenScheduler Data="@appointments">
<RadzenMonthView />
</RadzenScheduler>
Constructors
RadzenMonthView()
public RadzenMonthView()
Properties
EndDate
public override DateTime EndDate { get; }
Property Value
Icon
public override string Icon { get; }
Property Value
MaxAppointmentsInSlot
Specifies the maximum appointnments to render in a slot.
[Parameter]
public int? MaxAppointmentsInSlot { get; set; }
Property Value
- int?
The maximum appointments in slot.
MoreText
Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot.
[Parameter]
public string MoreText { get; set; }
Property Value
- string
The more text. Set to
"+ {0} more"
by default.
StartDate
public override DateTime StartDate { get; }
Property Value
Text
[Parameter]
public override string Text { get; set; }
Property Value
Title
public override string Title { get; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
Next()
public override DateTime Next()
Returns
Prev()
public override DateTime Prev()
Returns
Render()
Renders this instance.
public override RenderFragment Render()