Class DurationPicker
Represents an editable Telerik.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class DurationPicker : RadComboBox, IThemable, IPopupWrapperOwner
Constructors
DurationPicker()
Fields
SelectedDurationProperty
Identifies the Selected
Declaration
public static readonly DependencyProperty SelectedDurationProperty
Field Value
System. The identifier for the Selected |
Properties
SelectedDuration
Gets or sets currently selected duration. This is a dependency property.
Declaration
public TimeSpan SelectedDuration { get; set; }
Property Value
System. Selected duration. The default value is System. |
Methods
OnApplyTemplate()
Called when ApplyTemplate is called.
Declaration
public override void OnApplyTemplate()
Overrides
OnSelectedDurationChanged(DependencyPropertyChangedEventArgs)
Updates the text of the editable text box when Selected
Declaration
protected virtual void OnSelectedDurationChanged(DependencyPropertyChangedEventArgs args)
Parameters
System.
|
OnSelectionChanged(SelectionChangedEventArgs)
Called when the selection changes.
Declaration
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
System. The event data. |