Class CalendarCellRenderEventArgs
The class that describes the event arguments to the calendar cell render event.
Inheritance
System.Object
CalendarCellRenderEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class CalendarCellRenderEventArgs : EventArgs
Constructors
CalendarCellRenderEventArgs(DateTime, CalendarView)
Declaration
public CalendarCellRenderEventArgs(DateTime date, CalendarView view)
Parameters
System.DateTime
date
|
CalendarView
view
|
Properties
Class
A custom class that can be set to the cell.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Date
The date of the cell.
Declaration
public DateTime Date { get; set; }
Property Value
System.DateTime
|
View
The current View of the calendar.
Declaration
public CalendarView View { get; set; }
Property Value
CalendarView
|