ClassRadTimeSpanPickerComponent
Class
Represents a control that allows you to select TimeSpan values used to construct the Value of a RadTimeSpanPicker .
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class RadTimeSpanPickerComponent : Control
Inheritance: objectRadTimeSpanPickerComponent
Constructors
RadTimeSpanPickerComponent()
Declaration
cs-api-definition
public RadTimeSpanPickerComponent()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.