CandlePatternEditor
StockSharp.Xaml.PropertyGrid
Editor for ICandlePattern.
Inherits: ComboBoxEditSettings
Implements: IComponentConnector
Constructors
CandlePatternEditor
public CandlePatternEditor()
candlePatternEditor = CandlePatternEditor()
Initializes a new instance of the CandlePatternEditor.
Properties
ShowDeleteButton
public bool ShowDeleteButton { get; set; }
value = candlePatternEditor.ShowDeleteButton
candlePatternEditor.ShowDeleteButton = value
Show Delete button.
ShowEditButton
public bool ShowEditButton { get; set; }
value = candlePatternEditor.ShowEditButton
candlePatternEditor.ShowEditButton = value
Show Edit button.
Methods
AssignToEditCore
protected override void AssignToEditCore(IBaseEdit edit)
candlePatternEditor.AssignToEditCore(edit)
- edit
InitializeComponent
public void InitializeComponent()
candlePatternEditor.InitializeComponent()
InitializeComponent