Interface IRadDateTimePicker
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadDateTimePicker : IControl, IFrameworkElement, ITargetElement
Properties
Culture
Declaration
string Culture { get; }
Property Value
System.String
|
IsDropDownOpen
Declaration
bool IsDropDownOpen { get; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
bool IsReadOnly { get; }
Property Value
System.Boolean
|
IsTooltipEnabled
Declaration
bool IsTooltipEnabled { get; }
Property Value
System.Boolean
|
SelectedValue
Declaration
DateTime? SelectedValue { get; }
Property Value
System.Nullable<System.DateTime>
|
TextBoxElement
TodayButton
Methods
TogglePopup()
Declaration
void TogglePopup()