TimeSpanEditor
Ecng.Xaml
TimeSpan editor.
Inherits: UserControl
Implements: IComponentConnector
Constructors
TimeSpanEditor()
Initializes a new instance of the TimeSpanEditor.
Properties
IsNullable : bool
Is nullable.
Mask : TimeSpanEditorMask
Show parts mask.
Microseconds : int
Microseconds.
Milliseconds : int
Milliseconds.
ValidationError : string
Validation error.
Methods
InitializeComponent()
InitializeComponent
Events
ValueChanged : Action<TimeSpan?>
The Value changed event.
Fields
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.