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
System.Windows.DependencyProperty for IsWorkingTimeEnabled.
public static readonly DependencyProperty IsWorkingTimeEnabledProperty
Field Value
- DependencyProperty
WorkingTimeProperty
System.Windows.DependencyProperty for WorkingTime.
public static readonly DependencyProperty WorkingTimeProperty
Field Value
- DependencyProperty
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()