Interface IDatePicker
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IDatePicker : IFrameworkElement, ITargetElement
Properties
IsDropDownOpen
Declaration
bool IsDropDownOpen { get; set; }
Property Value
System.Boolean
|
PickerTextBox
SelectedDate
Declaration
DateTime? SelectedDate { get; set; }
Property Value
System.Nullable<System.DateTime>
|
TogglePopupButton
Methods
OpenCalendarPopup(Boolean)
Declaration
void OpenCalendarPopup(bool simulateRealUser)
Parameters
System.Boolean
simulateRealUser
|
SetText(Boolean, String, Int32, Int32)
Declaration
void SetText(bool simulateRealUser, string text, int keyPressTime, int keyHoldTime)
Parameters
System.Boolean
simulateRealUser
|
System.String
text
|
System.Int32
keyPressTime
|
System.Int32
keyHoldTime
|