WorkingTimeControl

StockSharp.Xaml

Editor for WorkingTime.

继承自: UserControl

实现: IComponentConnector

构造函数

WorkingTimeControl
public WorkingTimeControl()
workingTimeControl = WorkingTimeControl()

初始化了 & ##WorkingTimeControl+#的新实例.

属性

ShowActive
public bool ShowActive { get; set; }
value = workingTimeControl.ShowActive
workingTimeControl.ShowActive = value

显示“ 活动” 复选框 。

WorkingTime
public WorkingTime WorkingTime { get; set; }
value = workingTimeControl.WorkingTime
workingTimeControl.WorkingTime = value

工作时间表(时间、假日等)。

方法

InitializeComponent
public void InitializeComponent()
workingTimeControl.InitializeComponent()

InitializeComponent

事件

DataChanged
public event Action DataChanged
workingTimeControl.DataChanged += handler

WorkingTime changed event.

Error
public event Action<string, bool> Error
workingTimeControl.Error += handler

处理错误者 。

字段

WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
value = WorkingTimeControl.WorkingTimeProperty

DependencyProperty 为WorkingTime.