Class SecurityPickerWindow
- Namespace
 - StockSharp.Xaml
 
- Assembly
 - StockSharp.Xaml.dll
 
The instrument selection window.
public class SecurityPickerWindow : ThemedWindow, IComponentConnector
  - Inheritance
 - 
      
      SecurityPickerWindow
 
- Implements
 
- Extension Methods
 
Constructors
SecurityPickerWindow()
Initializes a new instance of the SecurityPicker.
public SecurityPickerWindow()
  Properties
ExcludeSecurities
Instruments that should be hidden.
public ISet<Security> ExcludeSecurities { get; }
  Property Value
ExtendedInfoStorage
Extended info storage.
public IExtendedInfoStorageItem ExtendedInfoStorage { get; set; }
  Property Value
MarketDataProvider
The market data provider.
public IMarketDataProvider MarketDataProvider { get; set; }
  Property Value
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { get; set; }
  Property Value
SelectedSecurities
Selected instruments.
public IList<Security> SelectedSecurities { get; }
  Property Value
SelectedSecurity
The selected instrument.
public Security SelectedSecurity { get; set; }
  Property Value
SelectionMode
The list items selection mode. The default is DevExpress.Xpf.Grid.MultiSelectMode.Row.
public MultiSelectMode SelectionMode { get; set; }
  Property Value
- MultiSelectMode
 
ShowOk
To show the OK button. By default, the button is shown.
public bool ShowOk { get; set; }
  Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()