Table of Contents

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

DependencyProperty

WorkingTimeProperty

public static readonly DependencyProperty WorkingTimeProperty

Field Value

DependencyProperty

Properties

IsWorkingTimeEnabled

Is working time enabled.

public bool IsWorkingTimeEnabled { 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()