Class WorkingTimeEditor
Редактор для WorkingTime.
Implements
Namespace: StockSharp.Xaml.PropertyGrid
Assembly: StockSharp.Xaml.dll
Syntax
public class WorkingTimeEditor : UserControl, IComponentConnector
Constructors
WorkingTimeEditor()
Создать WorkingTimeEditor.
Declaration
public WorkingTimeEditor()
Fields
IsWorkingTimeEnabledProperty
Declaration
public static readonly DependencyProperty IsWorkingTimeEnabledProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
WorkingTimeProperty
Declaration
public static readonly DependencyProperty WorkingTimeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
IsWorkingTimeEnabled
Is working time enabled.
Declaration
public bool IsWorkingTimeEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
WorkingTime
Work schedule (time, holidays etc.).
Declaration
public WorkingTime WorkingTime { get; set; }
Property Value
Type | Description |
---|---|
WorkingTime |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()