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.
|
Properties
SelectedDuration
Declaration
public TimeSpan SelectedDuration { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnSelectedDurationChanged(DependencyPropertyChangedEventArgs)
Declaration
protected virtual void OnSelectedDurationChanged(DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.
|