Table of Contents

Class DataSourcePanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Select datasource panel.

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

Constructors

DataSourcePanel()

Initializes a new instance of the DataSourcePanel.

public DataSourcePanel()

Properties

Configure

Configure action.

public Action Configure { get; set; }

Property Value

Action

ItemsSource

Items source.

public IList<Tuple<string, object>> ItemsSource { get; }

Property Value

IList<Tuple<string, object>>

SelectedItem

Selected item.

public Tuple<string, object> SelectedItem { get; set; }

Property Value

Tuple<string, object>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

SelectedItemChanged

SelectedItem changed event.

public event Action SelectedItemChanged

Event Type

Action