Table of Contents

Class ImportSettingsListEditor

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Editor for ImportSettings collection.

public class ImportSettingsListEditor : BaseEnumerableEdit<ImportSettings>
Inheritance
ImportSettingsListEditor
Extension Methods

Constructors

ImportSettingsListEditor()

public ImportSettingsListEditor()

Methods

Edit(DependencyObject, ref IEnumerable<ImportSettings>)

Show editor window.

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

Parameters

owner DependencyObject

Owner.

values IEnumerable<ImportSettings>

Values.

Returns

bool

Operation result.