Class TimeSpanEditor
Inheritance
TimeSpanEditor
Assembly: StockSharp.Xaml.dll
Syntax
public class TimeSpanEditor : UserControl, IComponentConnector
Constructors
TimeSpanEditor()
Declaration
Fields
DaysProperty
Declaration
public static readonly DependencyProperty DaysProperty
Field Value
HasValueProperty
Declaration
public static readonly DependencyProperty HasValueProperty
Field Value
HoursProperty
Declaration
public static readonly DependencyProperty HoursProperty
Field Value
IsNullableProperty
Declaration
public static readonly DependencyProperty IsNullableProperty
Field Value
MaskProperty
Declaration
public static readonly DependencyProperty MaskProperty
Field Value
MicrosecondsProperty
Declaration
public static readonly DependencyProperty MicrosecondsProperty
Field Value
MillisecondsProperty
Declaration
public static readonly DependencyProperty MillisecondsProperty
Field Value
MinutesProperty
Declaration
public static readonly DependencyProperty MinutesProperty
Field Value
SecondsProperty
Declaration
public static readonly DependencyProperty SecondsProperty
Field Value
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Properties
Days
Declaration
public int Days { get; set; }
Property Value
HasValue
Declaration
public bool HasValue { get; set; }
Property Value
Hours
Declaration
public int Hours { get; set; }
Property Value
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
Mask
Declaration
public TimeSpanEditorMask Mask { get; set; }
Property Value
Type |
Description |
Ecng.ComponentModel.TimeSpanEditorMask |
|
Microseconds
Declaration
public int Microseconds { get; set; }
Property Value
Milliseconds
Declaration
public int Milliseconds { get; set; }
Property Value
Minutes
Declaration
public int Minutes { get; set; }
Property Value
Seconds
Declaration
public int Seconds { get; set; }
Property Value
Value
Declaration
public Nullable<TimeSpan> Value { get; set; }
Property Value
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
Events
ValueChanged
Declaration
public event Action<Nullable<TimeSpan>> ValueChanged
Event Type
Implements
Extension Methods