Class ImportSettingsListWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for the list editing ImportSettings.
public class ImportSettingsListWindow : ThemedWindow, IComponentConnector
- Inheritance
-
ImportSettingsListWindow
- Implements
- Extension Methods
Constructors
ImportSettingsListWindow()
Initializes a new instance of the ImportSettingsListWindow.
public ImportSettingsListWindow()
Properties
SelectedSettings
The selected settings.
public ImportSettings SelectedSettings { get; }
Property Value
SelectedSettingsList
Selected settings list.
public IEnumerable<ImportSettings> SelectedSettingsList { get; }
Property Value
Settings
All available settings.
public IEnumerable<ImportSettings> Settings { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()