New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public class RadCalendar : Control, IAutomationPeer, IPeerConverter, IRadCalendar, IControl, IFrameworkElement, ITargetElement

Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadCalendar...

Implements: IAutomationPeerIControlIFrameworkElementIPeerConverterIRadCalendarITargetElement...

Inherited Members Control.IsTabStopPropertyControl.TabIndexPropertyControl.TabNavigationPropertyControl.PaddingPropertyControl.HorizontalContentAlignmentPropertyControl.VerticalContentAlignmentPropertyControl.BackgroundPropertyControl.BorderBrushPropertyControl.BorderThicknessPropertyControl.FontSizePropertyControl.ForegroundPropertyControl.IsEnabledPropertyControl.FontFamilyPropertyControl.FontStretchPropertyControl.FontStylePropertyControl.FontWeightPropertyControl.GetRealType()Control.IsTabStopControl.TabIndexControl.TabNavigationControl.PaddingControl.HorizontalContentAlignmentControl.VerticalContentAlignmentControl.BackgroundControl.BorderBrushControl.BorderThicknessControl.FontSizeControl.ForegroundControl.IsEnabledControl.FontFamilyControl.FontStretchControl.FontStyleControl.FontWeightSilverlightTestElement.UseLayoutRoundingPropertySilverlightTestElement.UseLayoutRoundingFrameworkElement.ActualWidthPropertyFrameworkElement.ActualHeightPropertyFrameworkElement.WidthPropertyFrameworkElement.HeightPropertyFrameworkElement.MinWidthPropertyFrameworkElement.MaxWidthPropertyFrameworkElement.MinHeightPropertyFrameworkElement.MaxHeightPropertyFrameworkElement.HorizontalAlignmentPropertyFrameworkElement.VerticalAlignmentPropertyFrameworkElement.MarginPropertyFrameworkElement.DesiredSizePropertyFrameworkElement.RenderSizePropertyFrameworkElement.NamePropertyFrameworkElement.TagPropertyFrameworkElement.DataContextPropertyFrameworkElement.OpacityPropertyFrameworkElement.ClipPropertyFrameworkElement.RenderTransformPropertyFrameworkElement.OpacityMaskPropertyFrameworkElement.RenderTransformOriginPropertyFrameworkElement.IsHitTestVisiblePropertyFrameworkElement.VisibilityPropertyFrameworkElement.GetIdentifier(out string, out string)FrameworkElement.IsChild(FrameworkElement)FrameworkElement.GetChildTagIndex(FrameworkElement)FrameworkElement.InitializeMappings(MappingsCollection)FrameworkElement.As<T>()FrameworkElement.CastAs<T>()FrameworkElement.SetProxy(bool)FrameworkElement.SetUid(string)FrameworkElement.SetFindInfo(VisualFindInfo)FrameworkElement.SetXamlTag(string)FrameworkElement.KeyPress(Keys, int, int, int)FrameworkElement.GetRectangle()FrameworkElement.GetRectangle(FrameworkElement)FrameworkElement.GetIntRectangle()FrameworkElement.IsHitTest()FrameworkElement.IsHitTest(bool)FrameworkElement.IsHitTest(FrameworkElement, bool)FrameworkElement.Highlight()FrameworkElement.Highlight(bool)FrameworkElement.Parent()FrameworkElement.Parent<T>()FrameworkElement.Parent(string)FrameworkElement.Parent(string, bool)FrameworkElement.GetNextSibling()FrameworkElement.GetPrevSibling()FrameworkElement.NextSibling(string)FrameworkElement.NextSibling<T>()FrameworkElement.PreviousSibling(string)FrameworkElement.PreviousSibling<T>()FrameworkElement.AnySibling<T>()FrameworkElement.AnySibling(string)FrameworkElement.GetScreenRectangle()FrameworkElement.ScrollToVisible()FrameworkElement.ScrollToVisible(ScrollToVisibleType)FrameworkElement.EnsureClickable()FrameworkElement.ToXml()FrameworkElement.Refresh()FrameworkElement.Equals(object)FrameworkElement.GetHashCode()FrameworkElement.GetProperties()FrameworkElement.GetAttachedProperty<T>(string, string)FrameworkElement.SetAttachedProperty<T>(string, string, T)FrameworkElement.SetFocus()FrameworkElement.ValidateMouseLocationIfNeeded(Point)FrameworkElement.GetStringPresentation()FrameworkElement.ToRealObject()FrameworkElement.FromRealObject(object)FrameworkElement.ValidateType(Type, string)FrameworkElement.GetKnownControlTypes(TechnologyType)FrameworkElement.RegisterElement(Type, string)FrameworkElement.InitKnownWpfControlTypes()FrameworkElement.InitKnownSilverlightControlTypes()FrameworkElement.InitKnownXamlControlTypes(Type)FrameworkElement.GetControlTypeFromInterface(Type)FrameworkElement.Match(IFindExpression)FrameworkElement.SetDepth(int)FrameworkElement.AddChildNode(ITargetElement)FrameworkElement.SetClosingTag(ITargetElement)FrameworkElement.GetChildren()FrameworkElement.GetParent()FrameworkElement.GetHostParent()FrameworkElement.SetParent(ITargetElement)FrameworkElement.GetUniqueHashCode()FrameworkElement.ToString()FrameworkElement.Capture()FrameworkElement.CaptureImage()FrameworkElement.GetProperty<T>(string)FrameworkElement.GetPropertyTypeSafe(string)FrameworkElement.GetAutomationProperty(string)FrameworkElement.SetProperty(string, object)FrameworkElement.ActualWidthFrameworkElement.ActualHeightFrameworkElement.WidthFrameworkElement.HeightFrameworkElement.MinWidthFrameworkElement.MaxWidthFrameworkElement.MinHeightFrameworkElement.MaxHeightFrameworkElement.HorizontalAlignmentFrameworkElement.VerticalAlignmentFrameworkElement.MarginFrameworkElement.DesiredSizeFrameworkElement.RenderSizeFrameworkElement.NameFrameworkElement.OpacityFrameworkElement.ClipFrameworkElement.RenderTransformFrameworkElement.OpacityMaskFrameworkElement.RenderTransformOriginFrameworkElement.IsHitTestVisibleFrameworkElement.VisibilityFrameworkElement.UidFrameworkElement.MappingsFrameworkElement.AutomationIdFrameworkElement.XamlTagBaseFrameworkElement.TextFrameworkElement.TextBlockContentFrameworkElement.TextLiteralContentFrameworkElement.UserFrameworkElement.XamlTagFrameworkElement.WaitFrameworkElement.FindFrameworkElement.ApplicationFrameworkElement.AbsoluteTagIndexFrameworkElement.TagNameIndexFrameworkElement.AbsoluteSiblingTagIndexFrameworkElement.EnableValidateMouseLocationFrameworkElement.ToolTipTextFrameworkElement.ComputedVisibilityFrameworkElement.IsVisibleFrameworkElement.ChildrenFrameworkElement.TechnologyTypeFrameworkElement.DepthFrameworkElement.IsTestRegionFrameworkElement.ParsedElementFrameworkElement.HostAutomationObject<FrameworkElement>.GetProperty(AutomationProperty)AutomationObject<FrameworkElement>.GetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.SetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.InvokeMethod(AutomationMethod, params object[])AutomationObject<FrameworkElement>.InvokeMethod(string, params object[])AutomationObject<FrameworkElement>.Serialize()AutomationObject<FrameworkElement>.Deserialize(string)AutomationObject<FrameworkElement>.ReferenceAutomationObject<FrameworkElement>.PropertyBag...

Constructors

C#
public RadCalendar()

Properties

C#
public IList<ICalendarView> CalendarViewElements { get; }

Implements: IRadCalendar.CalendarViewElements

C#
[Obsolete("The property is deprecated. Please use .ItemElements instead.")]
public IList<CalendarView> CalendarViews { get; }
C#
public bool CanViewUp { get; }
C#
public CalendarDisplayMode DisplayMode { get; }

Implements: IRadCalendar.DisplayMode

C#
[Obsolete("The property is deprecated. Please use HeaderButtonElement instead.")]
public Button HeaderButton { get; }
C#
public IButton HeaderButtonElement { get; }

Implements: IRadCalendar.HeaderButtonElement

C#
[Obsolete("The property is deprecated. Please use MoveLeftButtonElement instead.")]
public RepeatButton MoveLeftButton { get; }
C#
public IRepeatButton MoveLeftButtonElement { get; }

Implements: IRadCalendar.MoveLeftButtonElement

C#
[Obsolete("The property is deprecated. Please use MoveRightButtonElement instead.")]
public RepeatButton MoveRightButton { get; }
C#
public IRepeatButton MoveRightButtonElement { get; }

Implements: IRadCalendar.MoveRightButtonElement

C#
public DateTime? SelectedDate { get; }
C#
public SelectedDatesCollection SelectedDates { get; }

Implements: IRadCalendar.SelectedDates

C#
public string Title { get; }

Implements: IRadCalendar.Title

Methods

C#
public override void AssignReference(AutomationReference reference)
Parameters:referenceAutomationReference

Overrides: FrameworkElement.AssignReference(AutomationReference)

Implements: IFrameworkElement.AssignReference(AutomationReference)

C#
public void ScrollLeft()

Implements: IRadCalendar.ScrollLeft()

C#
public void ScrollRight()

Implements: IRadCalendar.ScrollRight()

C#
public void SelectDay(int monthViewIndex, string day, int occurrence)
Parameters:monthViewIndexintdaystringoccurrenceint
C#
public void SelectDay(int monthViewIndex, string day)
Parameters:monthViewIndexintdaystring
C#
public void SelectDay(string day, int occurrence)
Parameters:daystringoccurrenceint
C#
public void SelectDay(string day)
Parameters:daystring
C#
public void SelectDayRange(int monthViewIndex, string firstDay, string lastDay)
Parameters:monthViewIndexintfirstDaystringlastDaystring
C#
public void SelectDayRange(string firstDay, string lastDay)
Parameters:firstDaystringlastDaystring
C#
public void SelectDecade(int centuryViewIndex, string decade)
Parameters:centuryViewIndexintdecadestring
C#
public void SelectDecade(string decade)
Parameters:decadestring
C#
public void SelectMonth(int yearViewIndex, string month)
Parameters:yearViewIndexintmonthstring
C#
public void SelectMonth(string month)
Parameters:monthstring
C#
public void SelectYear(int decadeViewIndex, string year)
Parameters:decadeViewIndexintyearstring
C#
public void SelectYear(string year)
Parameters:yearstring
C#
public void ViewUp()

Implements: IRadCalendar.ViewUp()