Class DurationPicker
Inheritance
System.Object
DurationPicker
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DurationPicker : ComboBox
Constructors
DurationPicker()
Declaration
public DurationPicker()
Fields
SelectedDurationProperty
Declaration
public static readonly DependencyProperty SelectedDurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
SelectedDuration
Declaration
public TimeSpan SelectedDuration { get; set; }
Property Value
|
System.TimeSpan
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnSelectedDurationChanged(DependencyPropertyChangedEventArgs)
Declaration
protected virtual void OnSelectedDurationChanged(DependencyPropertyChangedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
args
|