Interface ITimeSpanPickerComponent
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ITimeSpanPickerComponent
Properties
Maximum
Declaration
double Maximum { get; set; }
Property Value
System.
|
Minimum
Declaration
double Minimum { get; set; }
Property Value
System.
|
Owner
Declaration
ITimeSpanPickerContentElement Owner { get; }
Property Value
Step
Declaration
double Step { get; set; }
Property Value
System.
|
TimeSpanPickerUIComponent
Declaration
BaseTimeSpanPickerUIComponent TimeSpanPickerUIComponent { get; }
Property Value
Methods
CreateVisualElement()
Creates the visual element.
Declaration
BaseTimeSpanPickerUIComponent CreateVisualElement()
Returns
GetValueInTicks()
Declaration
long GetValueInTicks()
Returns
System.
|
SetValue(TimeSpan)
Declaration
void SetValue(TimeSpan value)
Parameters
System.
|
UpdateLocalization()
Declaration
void UpdateLocalization()