WorkingTimeEditor

StockSharp.Xaml.PropertyGrid

Editor for WorkingTime.

Inherits: UserControl

Implements: IComponentConnector

Constructors

WorkingTimeEditor
public WorkingTimeEditor()
workingTimeEditor = WorkingTimeEditor()

Initializes a new instance of the WorkingTimeEditor.

Properties

IsWorkingTimeEnabled
public bool IsWorkingTimeEnabled { get; set; }
value = workingTimeEditor.IsWorkingTimeEnabled
workingTimeEditor.IsWorkingTimeEnabled = value

Is working time enabled.

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

Work schedule (time, holidays etc.).

Methods

InitializeComponent
public void InitializeComponent()
workingTimeEditor.InitializeComponent()

InitializeComponent

Fields

IsWorkingTimeEnabledProperty
public static readonly DependencyProperty IsWorkingTimeEnabledProperty
value = WorkingTimeEditor.IsWorkingTimeEnabledProperty

DependencyProperty for IsWorkingTimeEnabled.

WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
value = WorkingTimeEditor.WorkingTimeProperty

DependencyProperty for WorkingTime.