Class RiskPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The panel for the list editing IRiskRule.
public class RiskPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector- Inheritance
- 
      
      
      
      
      
      
      
      RiskPanel
- Implements
- Inherited Members
- Extension Methods
Constructors
RiskPanel()
Initializes a new instance of the RiskPanel.
public RiskPanel()Properties
Rules
The list of rules added to the table.
public INotifyList<IRiskRule> Rules { get; set; }Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)Parameters
- storageSettingsStorage
- Settings storage. 
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)Parameters
- storageSettingsStorage
- Settings storage. 
Events
LayoutChanged
Layout changed event.
public event Action LayoutChanged