Table of Contents

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 WorkingTimeProperty

Field Value

DependencyProperty

Properties

ShowActive

Show 'active' checkbox.

public bool ShowActive { get; set; }

Property Value

bool

WorkingTime

Work schedule (time, holidays etc.).

public WorkingTime WorkingTime { get; set; }

Property Value

WorkingTime

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataChanged

WorkingTime changed event.

public event Action DataChanged

Event Type

Action

Error

Error handler.

public event Action<string, bool> Error

Event Type

Action<string, bool>