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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic CalendarView CalendarView { get; }
Public ReadOnly Property CalendarView As CalendarView
Get
public:
property CalendarView^ CalendarView {
CalendarView^ get ();
}
member CalendarView : CalendarView with get
Property Value
Type:
CalendarView
See Also