WorkingTimeControl
StockSharp.Xaml
Editor for WorkingTime.
Inherits: UserControl
Implements: IComponentConnector
Constructors
WorkingTimeControl
public WorkingTimeControl()
workingTimeControl = WorkingTimeControl()
Initializes a new instance of the WorkingTimeControl.
Properties
ShowActive
public bool ShowActive { get; set; }
value = workingTimeControl.ShowActive
workingTimeControl.ShowActive = value
Show 'active' checkbox.
WorkingTime
public WorkingTime WorkingTime { get; set; }
value = workingTimeControl.WorkingTime
workingTimeControl.WorkingTime = value
Work schedule (time, holidays etc.).
Methods
InitializeComponent
public void InitializeComponent()
workingTimeControl.InitializeComponent()
InitializeComponent
Events
DataChanged
public event Action DataChanged
workingTimeControl.DataChanged += handler
WorkingTime changed event.
Fields
WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
value = WorkingTimeControl.WorkingTimeProperty
DependencyProperty for WorkingTime.