Table of Contents

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

DependencyProperty

PlainMaxDepthProperty

public static readonly DependencyProperty PlainMaxDepthProperty

Field Value

DependencyProperty

PostImmediatelyProperty

public static readonly DependencyProperty PostImmediatelyProperty

Field Value

DependencyProperty

SelectedObjectProperty

public static readonly DependencyProperty SelectedObjectProperty

Field Value

DependencyProperty

Properties

IsAdvancedMode

Is advanced mode.

public bool IsAdvancedMode { get; set; }

Property Value

bool

IsBasicModeAvailable

Is basic mode available.

public bool IsBasicModeAvailable { get; }

Property Value

bool

IsReadOnly

Is read only.

public bool IsReadOnly { get; set; }

Property Value

bool

PlainMaxDepth

The plain-mode max depth of a nested properties.

public int PlainMaxDepth { get; set; }

Property Value

int

PostImmediately

Post immediately.

public bool PostImmediately { get; set; }

Property Value

bool

SelectedObject

Selected property object.

public object SelectedObject { get; set; }

Property Value

object

ShowGridLines

Show grid lines.

public bool ShowGridLines { get; set; }

Property Value

bool

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

Event Type

PropertyChangedEventHandler