PropertyGridEx
StockSharp.Xaml.PropertyGrid
The extended table of settings.
继承自: PropertyGridControl
构造函数
PropertyGridEx()
Initializes a new instance of the PropertyGridEx.
属性
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.
方法
CreatePropertyGridView() : PropertyGridView
InitializeComponent()
InitializeComponent
OnSelectedObjectChanged(object, object)
The value change handle.
- oldValue
- Previous value.
- newValue
- The new value.
字段
ExchangeInfoProviderProperty : DependencyProperty
DependencyProperty for ExchangeInfoProvider.
PortfoliosProperty : DependencyProperty
DependencyProperty for Portfolios.
SecurityProviderProperty : DependencyProperty
DependencyProperty for SecurityProvider.