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.Silverlight.UI
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
FirstDayOfWeekProperty
IsDropDownOpenProperty
IsTodayHighlightedProperty
Declaration
public static AutomationProperty IsTodayHighlightedProperty
Field Value
SelectedDateFormatProperty
Declaration
public static AutomationProperty SelectedDateFormatProperty
Field Value
SelectedDateProperty
SelectionBackgroundProperty
Declaration
public static AutomationProperty SelectionBackgroundProperty
Field Value
TextProperty
Properties
DisplayDate
Declaration
public DateTime DisplayDate { get; set; }
Property Value
System.
|
DisplayDateEnd
Declaration
public DateTime? DisplayDateEnd { get; set; }
Property Value
System.
|
DisplayDateStart
Declaration
public DateTime? DisplayDateStart { get; set; }
Property Value
System.
|
FirstDayOfWeek
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
System.
|
Implements
IsTodayHighlighted
Declaration
public bool IsTodayHighlighted { get; set; }
Property Value
System.
|
PickerTextBox
Declaration
public virtual IDatePickerTextBox PickerTextBox { get; }
Property Value
Implements
SelectedDate
Declaration
public DateTime? SelectedDate { get; set; }
Property Value
System.
|
Implements
SelectedDateFormat
Declaration
public DatePickerFormat SelectedDateFormat { get; set; }
Property Value
SelectionBackground
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TogglePopupButton
Declaration
public virtual IButton TogglePopupButton { get; }
Property Value
Implements
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|
Overrides
OpenCalendarPopup(Boolean)
Declaration
public void OpenCalendarPopup(bool simulateRealUser)
Parameters
System.
|
Implements
SetText(Boolean, String, Int32, Int32)
Declaration
public void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.
|
System.
|
System.
|
System.
|