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