DatePicker
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class DatePicker : Control, IAutomationPeer, IPeerConverter, IControl, IDatePicker, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlDatePicker...
Implements:
Inherited Members
Constructors
C#
public DatePicker()
Fields
C#
public static AutomationProperty DisplayDateEndProperty
C#
public static AutomationProperty DisplayDateProperty
C#
public static AutomationProperty DisplayDateStartProperty
C#
public static AutomationProperty FirstDayOfWeekProperty
C#
public static AutomationProperty IsDropDownOpenProperty
C#
public static AutomationProperty IsTodayHighlightedProperty
C#
public static AutomationProperty SelectedDateFormatProperty
C#
public static AutomationProperty SelectedDateProperty
C#
public static AutomationProperty TextProperty
Properties
C#
public DateTime DisplayDate { get; set; }
C#
public DateTime? DisplayDateEnd { get; set; }
C#
public DateTime? DisplayDateStart { get; set; }
C#
public DayOfWeek FirstDayOfWeek { get; set; }
C#
public bool IsDropDownOpen { get; set; }
Implements:
C#
public bool IsTodayHighlighted { get; set; }
C#
public virtual IDatePickerTextBox PickerTextBox { get; }
Implements:
C#
public DateTime? SelectedDate { get; set; }
Implements:
C#
public DatePickerFormat SelectedDateFormat { get; set; }
C#
public virtual IButton TogglePopupButton { get; }
Implements: