Table of Contents

Class SpecialDaysControl

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

Editor for SpecialDays.

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

Constructors

SpecialDaysControl()

Initializes a new instance of the SpecialDaysControl.

public SpecialDaysControl()

Fields

SpecialDaysProperty

public static readonly DependencyProperty SpecialDaysProperty

Field Value

DependencyProperty

Properties

SpecialDays

Special working days and holidays.

public IDictionary<DateTime, Range<TimeSpan>[]> SpecialDays { get; set; }

Property Value

IDictionary<DateTime, Range<TimeSpan>[]>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataChanged

SpecialDays changed event.

public event Action DataChanged

Event Type

Action

Error

Error handler.

public event Action<string, bool> Error

Event Type

Action<string, bool>