BasicAdvPropertiesPanel
StockSharp.Xaml.PropertyGrid
The basic advanced properties panel.
Inherits: UserControl
Implements: IPersistable, INotifyPropertyChanged, IComponentConnector
Constructors
BasicAdvPropertiesPanel()
Initializes a new instance of the BasicAdvPropertiesPanel.
Properties
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.
Methods
InitializeComponent()
InitializeComponent
Events
CellValueChanged : CellValueChangedEventHandler
The cell value changed event.
CustomExpand : CustomExpandEventHandler
The custom expand event.
PropertyChanged : PropertyChangedEventHandler
The diagram element properties value change event.
Fields
IsAdvancedModeProperty : DependencyProperty
DependencyProperty for IsAdvancedMode.
PlainMaxDepthProperty : DependencyProperty
DependencyProperty for PlainMaxDepth.
PostImmediatelyProperty : DependencyProperty
DependencyProperty for PostImmediately.
SelectedObjectProperty : DependencyProperty
DependencyProperty for SelectedObject."/>