Table of Contents

Class RiskRulesEditor

Namespace
StockSharp.Xaml.PropertyGrid
Assembly
StockSharp.Xaml.dll

Editor for IRiskRule.

public class RiskRulesEditor : BaseEnumerableEdit<IRiskRule>
Inheritance
RiskRulesEditor
Extension Methods

Constructors

RiskRulesEditor()

public RiskRulesEditor()

Methods

Edit(DependencyObject, ref IEnumerable<IRiskRule>)

Show editor window.

protected override bool Edit(DependencyObject owner, ref IEnumerable<IRiskRule> values)

Parameters

owner DependencyObject

Owner.

values IEnumerable<IRiskRule>

Values.

Returns

bool

Operation result.