SpecialDaysOfWeekControl

StockSharp.Xaml.PropertyGrid

Editor for SpecialDays.

Inherits: UserControl

Implements: IComponentConnector

Constructors

SpecialDaysOfWeekControl
public SpecialDaysOfWeekControl()
specialDaysOfWeekControl = SpecialDaysOfWeekControl()

Initializes a new instance of the SpecialDaysOfWeekControl.

Properties

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

Work schedule for days with different from Times schedules.

Methods

InitializeComponent
public void InitializeComponent()
specialDaysOfWeekControl.InitializeComponent()

InitializeComponent

Events

DataChanged
public event Action DataChanged
specialDaysOfWeekControl.DataChanged += handler

SpecialDaysOfWeek changed event.

Error
public event Action<string, bool> Error
specialDaysOfWeekControl.Error += handler

Error handler.

Fields

SpecialDaysOfWeekProperty
public static readonly DependencyProperty SpecialDaysOfWeekProperty
value = SpecialDaysOfWeekControl.SpecialDaysOfWeekProperty

DependencyProperty for SpecialDaysOfWeek.