Class RenderElementEventArgs
Arguments class used with the ElementRender event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class RenderElementEventArgs : EventArgs
Constructors
RenderElementEventArgs(LightVisualElement, RadCalendarDay, CalendarView)
Declaration
public RenderElementEventArgs(LightVisualElement cell, RadCalendarDay day, CalendarView currentView)
Parameters
LightVisualElement
cell
|
RadCalendarDay
day
|
CalendarView
currentView
|
Properties
Day
Gets a refference to the RadCalendarDay logical object that represents the specified day to render.
Declaration
public RadCalendarDay Day { get; }
Property Value
RadCalendarDay
|
Element
Gets a refference to the LightVisualElement object that represents visually the specified day to render.
Declaration
public LightVisualElement Element { get; }
Property Value
LightVisualElement
|
View
Gets a refference to the CalendarView object currently displayed by RadCalendar, that contains the specified day to render.
Declaration
public CalendarView View { get; }
Property Value
CalendarView
|