TimeSpanEditor
Ecng.Xaml
TimeSpan editor.
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
TimeSpanEditor()
Initializes a new instance of the TimeSpanEditor.
Propiedades
IsNullable : bool
Is nullable.
Mask : TimeSpanEditorMask
Show parts mask.
Microseconds : int
Microseconds.
Milliseconds : int
Milliseconds.
ValidationError : string
Validation error.
Métodos
InitializeComponent()
InitializeComponent
Eventos
ValueChanged : Action<TimeSpan?>
The Value changed event.
Campos
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.