Class RadPicker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadPicker : HtmlContainerControl
Constructors
RadPicker()
Declaration
public RadPicker()
RadPicker(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Culture
Declaration
public string Culture { get; }
Property Value
System.String
|
DateInput
DatePopUpButton
DateTimePattern
Declaration
protected virtual string DateTimePattern { get; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
FocusedDate
Declaration
public DateTime FocusedDate { get; }
Property Value
System.DateTime
|
InputTimeFormat
Declaration
public string InputTimeFormat { get; }
Property Value
System.String
|
IsCalendarPopupVisible
Declaration
public bool IsCalendarPopupVisible { get; }
Property Value
System.Boolean
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
IsTimePopupVisible
Declaration
public bool IsTimePopupVisible { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MaxDate
Declaration
public DateTime MaxDate { get; }
Property Value
System.DateTime
|
MinDate
Declaration
public DateTime MinDate { get; }
Property Value
System.DateTime
|
PickerId
Declaration
public string PickerId { get; }
Property Value
System.String
|
PickerType
PopupDirection
PopupTimeFormat
Declaration
public string PopupTimeFormat { get; }
Property Value
System.String
|
SelectedDate
Declaration
public DateTime SelectedDate { get; }
Property Value
System.DateTime
|
TimePopUpButton
Methods
AssignElement(Element)
OpenCalendar()
Declaration
public void OpenCalendar()
OpenTimeView()
Declaration
public void OpenTimeView()
SetSelectedDate(DateTime)
Declaration
public void SetSelectedDate(DateTime selectedDate)
Parameters
System.DateTime
selectedDate
|