Show / Hide Table of Contents

Interface ISecuritiesSelectWindow

Интерфейс окна для выбора множества инструментов.

Namespace: StockSharp.Xaml.PropertyGrid
Assembly: StockSharp.Xaml.dll
Syntax
public interface ISecuritiesSelectWindow

Properties

SecurityProvider

Поставщик информации об инструментах.

Declaration
ISecurityProvider SecurityProvider { get; set; }
Property Value
Type Description
ISecurityProvider

SelectedSecurities

Выбранные инструменты.

Declaration
IEnumerable<Security> SelectedSecurities { get; set; }
Property Value
Type Description
IEnumerable<Security>

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾