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
public static readonly DependencyProperty IsAdvancedModeProperty
Field Value
PlainMaxDepthProperty
public static readonly DependencyProperty PlainMaxDepthProperty
Field Value
PostImmediatelyProperty
public static readonly DependencyProperty PostImmediatelyProperty
Field Value
SelectedObjectProperty
DependencyProperty for SelectedObject."/>
public static readonly DependencyProperty SelectedObjectProperty
Field Value
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