Class SecurityPickerWindow
Окно выбора инструмента.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class SecurityPickerWindow : ThemedWindow, IComponentConnector
Constructors
SecurityPickerWindow()
Создать SecurityPicker.
Declaration
public SecurityPickerWindow()
Properties
ExcludeSecurities
Инструменты, которые необходимо скрыть.
Declaration
public ISet<Security> ExcludeSecurities { get; }
Property Value
Type | Description |
---|---|
ISet<Security> |
MarketDataProvider
Поставщик маркет-данных.
Declaration
public IMarketDataProvider MarketDataProvider { get; set; }
Property Value
Type | Description |
---|---|
IMarketDataProvider |
SecurityProvider
Поставщик информации об инструментах.
Declaration
public ISecurityProvider SecurityProvider { get; set; }
Property Value
Type | Description |
---|---|
ISecurityProvider |
SelectedSecurities
Выбранные инструменты.
Declaration
public IList<Security> SelectedSecurities { get; }
Property Value
Type | Description |
---|---|
IList<Security> |
SelectedSecurity
Выбранный инструмент.
Declaration
public Security SelectedSecurity { get; set; }
Property Value
Type | Description |
---|---|
Security |
SelectionMode
Режим выделения элементов списка. По умолчанию равен DevExpress.Xpf.Grid.MultiSelectMode.Row.
Declaration
public MultiSelectMode SelectionMode { get; set; }
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Grid.MultiSelectMode |
ShowOk
Показывать ли кнопку OK. По умолчанию кнопка показывается.
Declaration
public bool ShowOk { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()