Table of Contents

Class AutoCompletePopUp

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

A pop-up window to select a suitable instrument.

public class AutoCompletePopUp : Popup, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
AutoCompletePopUp
Implements
Inherited Members
Extension Methods

Constructors

AutoCompletePopUp()

Initializes a new instance of the AutoCompletePopUp.

public AutoCompletePopUp()

Fields

MatchTextProperty

System.Windows.DependencyProperty for MatchText.

public static readonly DependencyProperty MatchTextProperty

Field Value

DependencyProperty

Properties

MatchText

Text for backlight in the instrument identifier Id.

public string MatchText { get; set; }

Property Value

string

Securities

All suitable instruments.

public ObservableCollection<Security> Securities { get; }

Property Value

ObservableCollection<Security>

SelectedSecurity

The selected instrument.

public Security SelectedSecurity { get; set; }

Property Value

Security

Methods

DoFocus()

To focus.

public void DoFocus()

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

MatchKeyDown

Key press event.

public event Action<Key> MatchKeyDown

Event Type

Action<Key>

SecuritySelected

The change event SelectedSecurity.

public event Action SecuritySelected

Event Type

Action