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
HeaderShowModeProperty
public static readonly DependencyProperty HeaderShowModeProperty
Field Value
PortfoliosProperty
public static readonly DependencyProperty PortfoliosProperty
Field Value
PostImmediatelyProperty
public static readonly DependencyProperty PostImmediatelyProperty
Field Value
SecurityProviderProperty
public static readonly DependencyProperty SecurityProviderProperty
Field Value
UseCustomIndentProperty
public static readonly DependencyProperty UseCustomIndentProperty
Field Value
Properties
ExchangeInfoProvider
The exchange boards provider.
public IExchangeInfoProvider ExchangeInfoProvider { get; set; }
Property Value
HeaderShowMode
public HeaderShowMode HeaderShowMode { get; set; }
Property Value
- HeaderShowMode
Portfolios
Available portfolios.
public PortfolioDataSource Portfolios { get; set; }
Property Value
PostImmediately
public bool PostImmediately { get; set; }
Property Value
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { get; set; }
Property Value
UseCustomIndent
public bool UseCustomIndent { get; set; }
Property Value
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)