Class DatePicker
Inheritance
System.Object
DatePicker
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 DatePicker : Control, IAutomationPeer, IPeerConverter, IControl, IDatePicker, IFrameworkElement, ITargetElement
Constructors
DatePicker()
Declaration
public DatePicker()
Fields
DisplayDateEndProperty
DisplayDateProperty
DisplayDateStartProperty
Declaration
public static AutomationProperty DisplayDateStartProperty
Field Value
AutomationProperty
|
FirstDayOfWeekProperty
IsDropDownOpenProperty
IsTodayHighlightedProperty
Declaration
public static AutomationProperty IsTodayHighlightedProperty
Field Value
AutomationProperty
|
SelectedDateFormatProperty
Declaration
public static AutomationProperty SelectedDateFormatProperty
Field Value
AutomationProperty
|
SelectedDateProperty
TextProperty
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>
|
FirstDayOfWeek
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
Implements
IsTodayHighlighted
Declaration
public bool IsTodayHighlighted { get; set; }
Property Value
System.Boolean
|
PickerTextBox
Declaration
public virtual IDatePickerTextBox PickerTextBox { get; }
Property Value
IDatePickerTextBox
|
Implements
SelectedDate
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
Implements
SelectedDateFormat
Declaration
public DatePickerFormat SelectedDateFormat { get; set; }
Property Value
DatePickerFormat
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Implements
TogglePopupButton
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
OpenCalendarPopup(Boolean)
Declaration
public void OpenCalendarPopup(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
Implements
SetText(Boolean, String, Int32, Int32)
Declaration
public void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|