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
public static readonly DependencyProperty MatchTextProperty
Field Value
Properties
MatchText
Text for backlight in the instrument identifier Id.
public string MatchText { get; set; }
Property Value
Securities
All suitable instruments.
public ObservableCollection<Security> Securities { get; }
Property Value
SelectedSecurity
The selected instrument.
public Security SelectedSecurity { get; set; }
Property Value
Methods
DoFocus()
To focus.
public void DoFocus()
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
MatchKeyDown
Key press event.
public event Action<Key> MatchKeyDown
Event Type
SecuritySelected
The change event SelectedSecurity.
public event Action SecuritySelected