BasicAdvPropertiesPanel

StockSharp.Xaml.PropertyGrid

The basic advanced properties panel.

继承自: UserControl

实现: IPersistable, INotifyPropertyChanged, IComponentConnector

构造函数

BasicAdvPropertiesPanel()

Initializes a new instance of the BasicAdvPropertiesPanel.

属性

IsAdvancedMode : bool

Is advanced mode.

IsBasicModeAvailable : bool

Is basic mode available.

IsReadOnly : bool

Is read only.

PlainMaxDepth : int

The plain-mode max depth of a nested properties.

PostImmediately : bool

Post immediately.

SelectedObject : object

Selected property object.

ShowGridLines : bool

Show grid lines.

方法

InitializeComponent()

InitializeComponent

事件

CellValueChanged : CellValueChangedEventHandler

The cell value changed event.

CustomExpand : CustomExpandEventHandler

The custom expand event.

PropertyChanged : PropertyChangedEventHandler

The diagram element properties value change event.

字段

IsAdvancedModeProperty : DependencyProperty

DependencyProperty for IsAdvancedMode.

PlainMaxDepthProperty : DependencyProperty

DependencyProperty for PlainMaxDepth.

PostImmediatelyProperty : DependencyProperty

DependencyProperty for PostImmediately.

SelectedObjectProperty : DependencyProperty

DependencyProperty for SelectedObject."/>