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
DependencyProperty for Ranges.
public static readonly DependencyProperty RangesProperty
Field Value
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
Error
Error handler.
public event Action<string, bool> Error