BasicAdvPropertiesPanel

StockSharp.Xaml.PropertyGrid

基础高级属性面板.

继承自: UserControl

实现: IPersistable, INotifyPropertyChanged, IComponentConnector

构造函数

BasicAdvPropertiesPanel
public BasicAdvPropertiesPanel()
basicAdvPropertiesPanel = BasicAdvPropertiesPanel()

初始化了 & ##BasicAdvPropertiesPanel+#的新实例.

属性

IsAdvancedMode
public bool IsAdvancedMode { get; set; }
value = basicAdvPropertiesPanel.IsAdvancedMode
basicAdvPropertiesPanel.IsAdvancedMode = value

是高级模式。

IsBasicModeAvailable
public bool IsBasicModeAvailable { get; }
value = basicAdvPropertiesPanel.IsBasicModeAvailable

基本模式可用。

IsReadOnly
public bool IsReadOnly { get; set; }
value = basicAdvPropertiesPanel.IsReadOnly
basicAdvPropertiesPanel.IsReadOnly = value

仅读取。

PlainMaxDepth
public int PlainMaxDepth { get; set; }
value = basicAdvPropertiesPanel.PlainMaxDepth
basicAdvPropertiesPanel.PlainMaxDepth = value

巢穴属性的平地-模度最大深度.

PostImmediately
public bool PostImmediately { get; set; }
value = basicAdvPropertiesPanel.PostImmediately
basicAdvPropertiesPanel.PostImmediately = value

立刻贴出

SelectedObject
public object SelectedObject { get; set; }
value = basicAdvPropertiesPanel.SelectedObject
basicAdvPropertiesPanel.SelectedObject = value

选中属性对象 。

ShowGridLines
public bool ShowGridLines { get; set; }
value = basicAdvPropertiesPanel.ShowGridLines
basicAdvPropertiesPanel.ShowGridLines = value

显示网格线条 。

方法

InitializeComponent
public void InitializeComponent()
basicAdvPropertiesPanel.InitializeComponent()

InitializeComponent

事件

CellValueChanged
public event CellValueChangedEventHandler CellValueChanged
basicAdvPropertiesPanel.CellValueChanged += handler

单元格值改变事件 。

CustomExpand
public event CustomExpandEventHandler CustomExpand
basicAdvPropertiesPanel.CustomExpand += handler

定制扩展事件.

PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
basicAdvPropertiesPanel.PropertyChanged += handler

图表元素属性值变化事件 。

字段

IsAdvancedModeProperty
public static readonly DependencyProperty IsAdvancedModeProperty
value = BasicAdvPropertiesPanel.IsAdvancedModeProperty

DependencyProperty 为IsAdvancedMode.

PlainMaxDepthProperty
public static readonly DependencyProperty PlainMaxDepthProperty
value = BasicAdvPropertiesPanel.PlainMaxDepthProperty

DependencyProperty 为PlainMaxDepth.

PostImmediatelyProperty
public static readonly DependencyProperty PostImmediatelyProperty
value = BasicAdvPropertiesPanel.PostImmediatelyProperty

DependencyProperty 为PostImmediately.

SelectedObjectProperty
public static readonly DependencyProperty SelectedObjectProperty
value = BasicAdvPropertiesPanel.SelectedObjectProperty

DependencyProperty为SelectedObject"/".