Table of Contents

Class SpecialDaysOfWeekControl

Namespace
StockSharp.Xaml.PropertyGrid
Assembly
StockSharp.Xaml.dll

Editor for SpecialDays.

public class SpecialDaysOfWeekControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
SpecialDaysOfWeekControl
Implements
Inherited Members
Extension Methods

Constructors

SpecialDaysOfWeekControl()

Initializes a new instance of the SpecialDaysOfWeekControl.

public SpecialDaysOfWeekControl()

Fields

SpecialDaysOfWeekProperty

public static readonly DependencyProperty SpecialDaysOfWeekProperty

Field Value

DependencyProperty

Properties

SpecialDaysOfWeek

Work schedule for days with different from Times schedules.

public IDictionary<DayOfWeek, Range<TimeSpan>[]> SpecialDaysOfWeek { get; set; }

Property Value

IDictionary<DayOfWeek, Range<TimeSpan>[]>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataChanged

SpecialDaysOfWeek changed event.

public event Action DataChanged

Event Type

Action

Error

Error handler.

public event Action<string, bool> Error

Event Type

Action<string, bool>