Table of Contents

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

System.Windows.DependencyProperty for SecurityProvider.

public static readonly DependencyProperty SecurityProviderProperty

Field Value

DependencyProperty

Properties

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

SelectedSecurity

The selected instrument.

public Security SelectedSecurity { get; set; }

Property Value

Security

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

SecuritySelected

The selected instrument change event.

[Obsolete("Use EditValueChanged event.")]
public event Action SecuritySelected

Event Type

Action