Class Calendar
Inheritance
System.Object
Calendar
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Calendar : Control, IAutomationPeer, IPeerConverter, IControl, ICalendar, IFrameworkElement, ITargetElement
Constructors
Calendar()
Declaration
public Calendar()
Fields
DisplayDateEndProperty
DisplayDateProperty
DisplayDateStartProperty
Declaration
public static AutomationProperty DisplayDateStartProperty
Field Value
AutomationProperty
|
DisplayModeProperty
FirstDayOfWeekProperty
IsTodayHighlightedProperty
Declaration
public static AutomationProperty IsTodayHighlightedProperty
Field Value
AutomationProperty
|
SelectedDateProperty
SelectedDatesProperty
SelectionModeProperty
Properties
DisplayDate
Declaration
public DateTime DisplayDate { get; set; }
Property Value
System.DateTime
|
DisplayDateEnd
Declaration
public DateTime? DisplayDateEnd { get; set; }
Property Value
System.Nullable<System.DateTime>
|
DisplayDateStart
Declaration
public DateTime? DisplayDateStart { get; set; }
Property Value
System.Nullable<System.DateTime>
|
DisplayMode
FirstDayOfWeek
HeaderButton
Declaration
public virtual FrameworkElement HeaderButton { get; }
Property Value
FrameworkElement
|
Implements
IsTodayHighlighted
Declaration
public bool IsTodayHighlighted { get; set; }
Property Value
System.Boolean
|
MonthViewElement
Declaration
public virtual FrameworkElement MonthViewElement { get; }
Property Value
FrameworkElement
|
Implements
NextButton
Declaration
public virtual FrameworkElement NextButton { get; }
Property Value
FrameworkElement
|
Implements
PreviousButton
Declaration
public virtual FrameworkElement PreviousButton { get; }
Property Value
FrameworkElement
|
Implements
SelectedDate
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
Implements
SelectedDates
Declaration
public SelectedDatesCollection SelectedDates { get; }
Property Value
SelectedDatesCollection
|
Implements
SelectionMode
Declaration
public CalendarSelectionMode SelectionMode { get; set; }
Property Value
CalendarSelectionMode
|
YearViewElement
Declaration
public virtual FrameworkElement YearViewElement { get; }
Property Value
FrameworkElement
|
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
Navigate(CalendarNavigationDirection)
SelectDates(Boolean, List<DateTime>, Boolean)
Declaration
public void SelectDates(bool simulateRealUser, List<DateTime> dates, bool isInDatePicker)
Parameters
System.Boolean
simulateRealUser
|
System.Collections.Generic.List<System.DateTime>
dates
|
System.Boolean
isInDatePicker
|
Implements
SelectMonth(Int32)
Declaration
public void SelectMonth(int month)
Parameters
System.Int32
month
|
Implements
SelectYear(Int32)
Declaration
public void SelectYear(int year)
Parameters
System.Int32
year
|