Table of Contents

Class Level1Grid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The table to display a message Level1ChangeMessage.

public class Level1Grid : BaseGridControl, IPersistable, IComponentConnector
Inheritance
Level1Grid
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

Level1Grid()

Initializes a new instance of the Level1Grid.

public Level1Grid()

Properties

MaxCount

The maximum number of messages to display. The -1 value means an unlimited amount. The default value is 10000.

public int MaxCount { get; set; }

Property Value

int

Messages

The list of messages added to the table.

public IListEx<Level1ChangeMessage> Messages { get; }

Property Value

IListEx<Level1ChangeMessage>

SelectedMessage

The selected message.

public Level1ChangeMessage SelectedMessage { get; }

Property Value

Level1ChangeMessage

SelectedMessages

Selected messages.

public IEnumerable<Level1ChangeMessage> SelectedMessages { get; }

Property Value

IEnumerable<Level1ChangeMessage>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()