Calendar
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class Calendar : Control, IAutomationPeer, IPeerConverter, IControl, ICalendar, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlCalendar...
Implements:
Inherited Members
Constructors
C#
public Calendar()
Fields
C#
public static AutomationProperty DisplayDateEndProperty
C#
public static AutomationProperty DisplayDateProperty
C#
public static AutomationProperty DisplayDateStartProperty
C#
public static AutomationProperty DisplayModeProperty
C#
public static AutomationProperty FirstDayOfWeekProperty
C#
public static AutomationProperty IsTodayHighlightedProperty
C#
public static AutomationProperty SelectedDateProperty
C#
public static AutomationProperty SelectedDatesProperty
C#
public static AutomationProperty SelectionModeProperty
Properties
C#
public DateTime DisplayDate { get; set; }
C#
public DateTime? DisplayDateEnd { get; set; }
C#
public DateTime? DisplayDateStart { get; set; }
C#
public CalendarMode DisplayMode { get; set; }
C#
public DayOfWeek FirstDayOfWeek { get; set; }
C#
public virtual FrameworkElement HeaderButton { get; }
Implements:
C#
public bool IsTodayHighlighted { get; set; }
C#
public virtual FrameworkElement MonthViewElement { get; }
Implements:
C#
public virtual FrameworkElement NextButton { get; }
Implements:
C#
public virtual FrameworkElement PreviousButton { get; }
Implements:
C#
public DateTime? SelectedDate { get; set; }
Implements:
C#
public SelectedDatesCollection SelectedDates { get; }
Implements:
C#
public CalendarSelectionMode SelectionMode { get; set; }
C#
public virtual FrameworkElement YearViewElement { get; }
Implements:
Methods
C#
public void Navigate(CalendarNavigationDirection direction)
Implements:
C#
public void ZoomOut()
Implements: