TimeSpanEditor
Ecng.Xaml
TimeSpan editor.
继承自: UserControl
构造函数
TimeSpanEditor()
Initializes a new instance of the TimeSpanEditor.
属性
IsNullable : bool
Is nullable.
Mask : TimeSpanEditorMask
Show parts mask.
Microseconds : int
Microseconds.
Milliseconds : int
Milliseconds.
ValidationError : string
Validation error.
方法
InitializeComponent()
InitializeComponent
事件
ValueChanged : Action<TimeSpan?>
The Value changed event.
字段
DaysProperty : DependencyProperty
DependencyProperty for Days.
HasValueProperty : DependencyProperty
DependencyProperty for HasValue.
HoursProperty : DependencyProperty
DependencyProperty for Hours.
IsNullableProperty : DependencyProperty
DependencyProperty for HasValue.
MaskProperty : DependencyProperty
DependencyProperty for Mask.
MaxValueProperty : DependencyProperty
DependencyProperty for MaxValue.
MicrosecondsProperty : DependencyProperty
DependencyProperty for Microseconds.
MillisecondsProperty : DependencyProperty
DependencyProperty for Milliseconds.
MinutesProperty : DependencyProperty
DependencyProperty for Minutes.
MinValueProperty : DependencyProperty
DependencyProperty for MinValue.
SecondsProperty : DependencyProperty
DependencyProperty for Seconds.
ValueProperty : DependencyProperty
DependencyProperty for Value.