DurationPicker
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class DurationPicker : RadComboBox
Inheritance: objectRadComboBoxDurationPicker
Inherited Members
Constructors
Initializes a new instance of the DurationPicker class.
C#
public DurationPicker()
Fields
SelectedDurationProperty
DependencyProperty
Identifies the SelectedDuration property.
C#
public static readonly DependencyProperty SelectedDurationProperty
The identifier for the SelectedDuration property.
Properties
Gets or sets currently selected duration. This is a dependency property.
C#
public TimeSpan SelectedDuration { get; set; }
Selected duration. The default value is Zero
Methods
Called when ApplyTemplate is called.
C#
public override void OnApplyTemplate()
Overrides:
Updates the text of the editable text box when SelectedDuration is changed.
C#
protected virtual void OnSelectedDurationChanged(DependencyPropertyChangedEventArgs args)
Called when the selection changes.
C#
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
The event data.
Overrides: