Table of Contents

Class RangeListEditor

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Editor of time range list.

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

Constructors

RangeListEditor()

Initializes a new instance of the RangeListEditor.

public RangeListEditor()

Fields

RangesProperty

public static readonly DependencyProperty RangesProperty

Field Value

DependencyProperty

Properties

Ranges

Time ranges.

public ObservableCollection<Range<TimeSpan>> Ranges { get; set; }

Property Value

ObservableCollection<Range<TimeSpan>>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

DataChanged

Ranges changed event.

public event Action DataChanged

Event Type

Action

Error

Error handler.

public event Action<string, bool> Error

Event Type

Action<string, bool>