Interface
IRadCalendar

Represents the RadCalendar control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadCalendar : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadCalendarRadCalendar

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

CalendarViewElements

Gets a list if of ComboBoxItem elements.

Declaration

cs-api-definition
IList<ICalendarView> CalendarViewElements { get; }

Property Value

IList<ICalendarView>

DisplayMode

Get the current Calendar display mode -- Month, Year, Decade or Century.

Declaration

cs-api-definition
CalendarDisplayMode DisplayMode { get; }

Property Value

CalendarDisplayMode

HeaderButtonElement

Gets the header button used to change view up to year, decade, century.

Declaration

cs-api-definition
IButton HeaderButtonElement { get; }

Property Value

IButton

MoveLeftButtonElement

Gets the navigate to left repeat button.

Declaration

cs-api-definition
IRepeatButton MoveLeftButtonElement { get; }

Property Value

IRepeatButton

MoveRightButtonElement

Gets the navigate to right repeat button.

Declaration

cs-api-definition
IRepeatButton MoveRightButtonElement { get; }

Property Value

IRepeatButton

SelectedDates

Get the list of calendar selected dates.

Declaration

cs-api-definition
SelectedDatesCollection SelectedDates { get; }

Property Value

SelectedDatesCollection

Title

Gets the title of the calendar.

Declaration

cs-api-definition
string Title { get; }

Property Value

string

Methods

ScrollLeft()

Simulates user clicking on the 'move left' repeat button.

Declaration

cs-api-definition
void ScrollLeft()

ScrollRight()

Simulates user clicking on the 'move right' repeat button.

Declaration

cs-api-definition
void ScrollRight()

ViewUp()

Simulates user clicking on the calendar title to change the current view: Months -> Years -> Decades -> Centuries; refreshes the Calendar.

Declaration

cs-api-definition
void ViewUp()