Class ExtendedInfoStorageWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The extended storage selection window.
public class ExtendedInfoStorageWindow : ThemedWindow, IComponentConnector
- Inheritance
-
ExtendedInfoStorageWindow
- Implements
- Extension Methods
Constructors
ExtendedInfoStorageWindow()
Initializes a new instance of the ExtendedInfoStorageWindow.
public ExtendedInfoStorageWindow()
Properties
SelectedStorage
Selected storage.
public IExtendedInfoStorageItem SelectedStorage { get; set; }
Property Value
Storages
Available storages.
public IEnumerable<IExtendedInfoStorageItem> Storages { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()