Class WorkingTimeControl
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Editor for WorkingTime.
public class WorkingTimeControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector- Inheritance
- 
      
      
      
      
      
      
      
      WorkingTimeControl
- Implements
- Inherited Members
- Extension Methods
Constructors
WorkingTimeControl()
Initializes a new instance of the WorkingTimeControl.
public WorkingTimeControl()Fields
WorkingTimeProperty
public static readonly DependencyProperty WorkingTimePropertyField Value
Properties
ShowActive
Show 'active' checkbox.
public bool ShowActive { get; set; }Property Value
WorkingTime
Work schedule (time, holidays etc.).
public WorkingTime WorkingTime { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()Events
DataChanged
WorkingTime changed event.
public event Action DataChangedEvent Type
Error
Error handler.
public event Action<string, bool> Error