SpecialDaysControl
StockSharp.Xaml.PropertyGrid
Editor for SpecialDays.
Inherits: UserControl
Implements: IComponentConnector
Constructors
SpecialDaysControl
public SpecialDaysControl()
specialDaysControl = SpecialDaysControl()
Initializes a new instance of the SpecialDaysControl.
Properties
SpecialDays
public IDictionary<DateTime, Range<TimeSpan>[]> SpecialDays { get; set; }
value = specialDaysControl.SpecialDays
specialDaysControl.SpecialDays = value
Special working days and holidays.
Methods
InitializeComponent
public void InitializeComponent()
specialDaysControl.InitializeComponent()
InitializeComponent
Events
DataChanged
public event Action DataChanged
specialDaysControl.DataChanged += handler
SpecialDays changed event.
Fields
SpecialDaysProperty
public static readonly DependencyProperty SpecialDaysProperty
value = SpecialDaysControl.SpecialDaysProperty
DependencyProperty for SpecialDays.