Class
RenderElementEventArgs

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 EventArgs.Empty

Constructors

RenderElementEventArgs(LightVisualElement, RadCalendarDay, CalendarView)

Declaration

cs-api-definition
public RenderElementEventArgs(LightVisualElement cell, RadCalendarDay day, CalendarView currentView)

Parameters

cell

LightVisualElement

day

RadCalendarDay

currentView

CalendarView

Properties

Day

Gets a refference to the RadCalendarDay logical object that represents the specified day to render.

Declaration

cs-api-definition
public RadCalendarDay Day { get; }

Property Value

RadCalendarDay

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

LightVisualElement

View

Gets a refference to the CalendarView object currently displayed by RadCalendar, that contains the specified day to render.

Declaration

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

Property Value

CalendarView