PropertyGridEx
StockSharp.Xaml.PropertyGrid
The extended table of settings.
Inherits: PropertyGridControl
Implements: IComponentConnector
Constructors
PropertyGridEx()
Initializes a new instance of the PropertyGridEx.
Properties
CustomEditors : Dictionary<Type, Type>
Custom editors.
ExchangeInfoProvider : IExchangeInfoProvider
The exchange boards provider.
HeaderShowMode : HeaderShowMode
Portfolios : PortfolioDataSource
Available portfolios.
SecurityProvider : ISecurityProvider
The provider of information about instruments.
Methods
CreatePropertyGridView() : PropertyGridView
InitializeComponent()
InitializeComponent
OnSelectedObjectChanged(object, object)
The value change handle.
- oldValue
- Previous value.
- newValue
- The new value.
Fields
ExchangeInfoProviderProperty : DependencyProperty
DependencyProperty for ExchangeInfoProvider.
PortfoliosProperty : DependencyProperty
DependencyProperty for Portfolios.
SecurityProviderProperty : DependencyProperty
DependencyProperty for SecurityProvider.