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
ItemsSource
Items source.
public IList<Tuple<string, object>> ItemsSource { get; }
Property Value
SelectedItem
Selected item.
public Tuple<string, object> SelectedItem { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
SelectedItemChanged
SelectedItem changed event.
public event Action SelectedItemChanged