TimeSpanEditor

Ecng.Xaml

TimeSpan editor.

Herda de: UserControl

Implementa: IComponentConnector

Construtores

TimeSpanEditor()

Initializes a new instance of the TimeSpanEditor.

Propriedades

Days : int

The days value.

HasValue : bool

Has value.

Hours : int

Hours.

IsNullable : bool

Is nullable.

Mask : TimeSpanEditorMask

Show parts mask.

MaxValue : TimeSpan?

Max possible value.

Microseconds : int

Microseconds.

Milliseconds : int

Milliseconds.

Minutes : int

Minutes.

MinValue : TimeSpan?

Min possible value.

Seconds : int

Seconds.

ValidationError : string

Validation error.

Value : TimeSpan?

The TimeSpan value.

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.