Table of Contents

Class PropertyGridEx

Namespace
StockSharp.Xaml.PropertyGrid
Assembly
StockSharp.Xaml.dll

The extended table of settings.

public class PropertyGridEx : PropertyGridControl, IComponentConnector
Inheritance
PropertyGridEx
Implements
Extension Methods

Constructors

PropertyGridEx()

Initializes a new instance of the PropertyGridEx.

public PropertyGridEx()

Fields

ExchangeInfoProviderProperty

public static readonly DependencyProperty ExchangeInfoProviderProperty

Field Value

DependencyProperty

HeaderShowModeProperty

public static readonly DependencyProperty HeaderShowModeProperty

Field Value

DependencyProperty

PortfoliosProperty

public static readonly DependencyProperty PortfoliosProperty

Field Value

DependencyProperty

PostImmediatelyProperty

public static readonly DependencyProperty PostImmediatelyProperty

Field Value

DependencyProperty

SecurityProviderProperty

public static readonly DependencyProperty SecurityProviderProperty

Field Value

DependencyProperty

UseCustomIndentProperty

public static readonly DependencyProperty UseCustomIndentProperty

Field Value

DependencyProperty

Properties

ExchangeInfoProvider

The exchange boards provider.

public IExchangeInfoProvider ExchangeInfoProvider { get; set; }

Property Value

IExchangeInfoProvider

HeaderShowMode

public HeaderShowMode HeaderShowMode { get; set; }

Property Value

HeaderShowMode

Portfolios

Available portfolios.

public PortfolioDataSource Portfolios { get; set; }

Property Value

PortfolioDataSource

PostImmediately

public bool PostImmediately { get; set; }

Property Value

bool

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

UseCustomIndent

public bool UseCustomIndent { get; set; }

Property Value

bool

Methods

CreatePropertyGridView()

protected override PropertyGridView CreatePropertyGridView()

Returns

PropertyGridView

InitializeComponent()

InitializeComponent

public void InitializeComponent()

OnSelectedObjectChanged(object, object)

The value change handle.

protected override void OnSelectedObjectChanged(object oldValue, object newValue)

Parameters

oldValue object

Previous value.

newValue object

The new value.