Class SecurityEditor
- Namespace
- StockSharp.Xaml.PropertyGrid
- Assembly
- StockSharp.Xaml.dll
The control activating SecurityPickerWindow.
public class SecurityEditor : ComboBoxEdit, IComponentConnector
- Inheritance
-
SecurityEditor
- Implements
- Extension Methods
Constructors
SecurityEditor()
Initializes a new instance of the SecurityEditor.
public SecurityEditor()
Fields
SecurityProviderProperty
public static readonly DependencyProperty SecurityProviderProperty
Field Value
Properties
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { get; set; }
Property Value
SelectedSecurity
The selected instrument.
public Security SelectedSecurity { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
SecuritySelected
The selected instrument change event.
[Obsolete("Use EditValueChanged event.")]
public event Action SecuritySelected