Class
CalendarCellRenderEventArgs

The class that describes the event arguments to the calendar cell render event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class CalendarCellRenderEventArgs : EventArgs

Inheritance: objectEventArgsCalendarCellRenderEventArgs

Derived Classes: DatePickerCalendarCellRenderEventArgsDateRangePickerCalendarCellRenderEventArgsDateTimePickerCalendarCellRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

CalendarCellRenderEventArgs(DateTime, CalendarView)

Declaration

cs-api-definition
public CalendarCellRenderEventArgs(DateTime date, CalendarView view)

Parameters

date

DateTime

view

CalendarView

Properties

Class

A custom class that can be set to the cell.

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string

Date

The date of the cell.

Declaration

cs-api-definition
public DateTime Date { get; set; }

Property Value

DateTime

View

The current View of the calendar.

Declaration

cs-api-definition
public CalendarView View { get; set; }

Property Value

CalendarView