Class BasicAdvPropertiesPanel
- Namespace
- StockSharp.Xaml.PropertyGrid
- Assembly
- StockSharp.Xaml.dll
The basic advanced properties panel.
public class BasicAdvPropertiesPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, INotifyPropertyChanged, IComponentConnector
- Inheritance
-
BasicAdvPropertiesPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
BasicAdvPropertiesPanel()
Initializes a new instance of the BasicAdvPropertiesPanel.
public BasicAdvPropertiesPanel()
Fields
IsAdvancedModeProperty
System.Windows.DependencyProperty for IsAdvancedMode.
public static readonly DependencyProperty IsAdvancedModeProperty
Field Value
- DependencyProperty
PlainMaxDepthProperty
System.Windows.DependencyProperty for PlainMaxDepth.
public static readonly DependencyProperty PlainMaxDepthProperty
Field Value
- DependencyProperty
PostImmediatelyProperty
System.Windows.DependencyProperty for PostImmediately.
public static readonly DependencyProperty PostImmediatelyProperty
Field Value
- DependencyProperty
SelectedObjectProperty
System.Windows.DependencyProperty for SelectedObject."/>
public static readonly DependencyProperty SelectedObjectProperty
Field Value
- DependencyProperty
Properties
IsAdvancedMode
Is advanced mode.
public bool IsAdvancedMode { get; set; }
Property Value
IsBasicModeAvailable
Is basic mode available.
public bool IsBasicModeAvailable { get; }
Property Value
IsReadOnly
Is read only.
public bool IsReadOnly { get; set; }
Property Value
PlainMaxDepth
The plain-mode max depth of a nested properties.
public int PlainMaxDepth { get; set; }
Property Value
PostImmediately
Post immediately.
public bool PostImmediately { get; set; }
Property Value
SelectedObject
Selected property object.
public object SelectedObject { get; set; }
Property Value
ShowGridLines
Show grid lines.
public bool ShowGridLines { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
CellValueChanged
The cell value changed event.
public event CellValueChangedEventHandler CellValueChanged
Event Type
- CellValueChangedEventHandler
CustomExpand
The custom expand event.
public event CustomExpandEventHandler CustomExpand
Event Type
- CustomExpandEventHandler
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged