Table of Contents

Class Level1FieldsComboBox

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The drop-down list to select a set of fields Level1Fields.

public class Level1FieldsComboBox : SubsetComboBox
Inheritance
Level1FieldsComboBox
Inherited Members
Extension Methods

Constructors

Level1FieldsComboBox()

Initializes a new instance of the Level1FieldsComboBox.

public Level1FieldsComboBox()

Properties

SelectedFields

The list of selected fields.

public IEnumerable<Level1Fields> SelectedFields { get; set; }

Property Value

IEnumerable<Level1Fields>