Click or drag to resize
KaxCalendarCalendarView Property

Exposes the top instance of CalendarView or its derived types.

Every CalendarView class handles the real calculation and rendering of KaxCalendar's calendric information. The CalendarView has the ChildViews collection which contains all the sub views in case of multi view setup.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public CalendarView CalendarView { get; }

Property Value

Type: CalendarView
See Also