BasicAdvPropertiesPanel
StockSharp.Xaml.PropertyGrid
The basic advanced properties panel.
Inherits: UserControl
Implements: IPersistable, INotifyPropertyChanged, IComponentConnector
Constructors
BasicAdvPropertiesPanel
public BasicAdvPropertiesPanel()
basicAdvPropertiesPanel = BasicAdvPropertiesPanel()
Initializes a new instance of the BasicAdvPropertiesPanel.
Properties
IsAdvancedMode
public bool IsAdvancedMode { get; set; }
value = basicAdvPropertiesPanel.IsAdvancedMode
basicAdvPropertiesPanel.IsAdvancedMode = value
Is advanced mode.
IsBasicModeAvailable
public bool IsBasicModeAvailable { get; }
value = basicAdvPropertiesPanel.IsBasicModeAvailable
Is basic mode available.
IsReadOnly
public bool IsReadOnly { get; set; }
value = basicAdvPropertiesPanel.IsReadOnly
basicAdvPropertiesPanel.IsReadOnly = value
Is read only.
PlainMaxDepth
public int PlainMaxDepth { get; set; }
value = basicAdvPropertiesPanel.PlainMaxDepth
basicAdvPropertiesPanel.PlainMaxDepth = value
The plain-mode max depth of a nested properties.
PostImmediately
public bool PostImmediately { get; set; }
value = basicAdvPropertiesPanel.PostImmediately
basicAdvPropertiesPanel.PostImmediately = value
Post immediately.
SelectedObject
public object SelectedObject { get; set; }
value = basicAdvPropertiesPanel.SelectedObject
basicAdvPropertiesPanel.SelectedObject = value
Selected property object.
ShowGridLines
public bool ShowGridLines { get; set; }
value = basicAdvPropertiesPanel.ShowGridLines
basicAdvPropertiesPanel.ShowGridLines = value
Show grid lines.
Methods
InitializeComponent
public void InitializeComponent()
basicAdvPropertiesPanel.InitializeComponent()
InitializeComponent
Events
CellValueChanged
public event CellValueChangedEventHandler CellValueChanged
basicAdvPropertiesPanel.CellValueChanged += handler
The cell value changed event.
CustomExpand
public event CustomExpandEventHandler CustomExpand
basicAdvPropertiesPanel.CustomExpand += handler
The custom expand event.
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
basicAdvPropertiesPanel.PropertyChanged += handler
The diagram element properties value change event.
Fields
IsAdvancedModeProperty
public static readonly DependencyProperty IsAdvancedModeProperty
value = BasicAdvPropertiesPanel.IsAdvancedModeProperty
DependencyProperty for IsAdvancedMode.
PlainMaxDepthProperty
public static readonly DependencyProperty PlainMaxDepthProperty
value = BasicAdvPropertiesPanel.PlainMaxDepthProperty
DependencyProperty for PlainMaxDepth.
PostImmediatelyProperty
public static readonly DependencyProperty PostImmediatelyProperty
value = BasicAdvPropertiesPanel.PostImmediatelyProperty
DependencyProperty for PostImmediately.
SelectedObjectProperty
public static readonly DependencyProperty SelectedObjectProperty
value = BasicAdvPropertiesPanel.SelectedObjectProperty
DependencyProperty for SelectedObject."/>