InterfaceIRadCalendar
Represents the RadCalendar control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadCalendar : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CalendarViewElements
Gets a list if of ComboBoxItem elements.
Declaration
IList<ICalendarView> CalendarViewElements { get; }
Property Value
DisplayMode
Get the current Calendar display mode -- Month, Year, Decade or Century.
Declaration
CalendarDisplayMode DisplayMode { get; }
Property Value
HeaderButtonElement
Gets the header button used to change view up to year, decade, century.
MoveLeftButtonElement
Gets the navigate to left repeat button.
Declaration
IRepeatButton MoveLeftButtonElement { get; }
Property Value
MoveRightButtonElement
Gets the navigate to right repeat button.
Declaration
IRepeatButton MoveRightButtonElement { get; }
Property Value
SelectedDates
Get the list of calendar selected dates.
Declaration
SelectedDatesCollection SelectedDates { get; }
Property Value
Methods
ScrollLeft()
Simulates user clicking on the 'move left' repeat button.
Declaration
void ScrollLeft()
ScrollRight()
Simulates user clicking on the 'move right' repeat button.
Declaration
void ScrollRight()
ViewUp()
Simulates user clicking on the calendar title to change the current view: Months -> Years -> Decades -> Centuries; refreshes the Calendar.
Declaration
void ViewUp()