Class WorkingTimeEditor
- Namespace
- StockSharp.Xaml.PropertyGrid
- Assembly
- StockSharp.Xaml.dll
Editor for WorkingTime.
public class WorkingTimeEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
WorkingTimeEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
WorkingTimeEditor()
Initializes a new instance of the WorkingTimeEditor.
public WorkingTimeEditor()
Fields
IsWorkingTimeEnabledProperty
public static readonly DependencyProperty IsWorkingTimeEnabledProperty
Field Value
WorkingTimeProperty
public static readonly DependencyProperty WorkingTimeProperty
Field Value
Properties
IsWorkingTimeEnabled
Is working time enabled.
public bool IsWorkingTimeEnabled { get; set; }
Property Value
WorkingTime
Work schedule (time, holidays etc.).
public WorkingTime WorkingTime { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()