Table of Contents

Class NewsMessageGrid

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Table showing (NewsMessage).

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

Constructors

NewsMessageGrid()

Initializes a new instance of the NewsMessageGrid.

public NewsMessageGrid()

Fields

OpenUrlCommand

The command for the news link opening.

public static readonly RoutedCommand OpenUrlCommand

Field Value

RoutedCommand

RequestStoryCommand

The command for the news request.

public static readonly RoutedCommand RequestStoryCommand

Field Value

RoutedCommand

Properties

MaxCount

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

public int MaxCount { get; set; }

Property Value

int

Messages

The list of messages added to the table.

public IListEx<NewsMessage> Messages { get; }

Property Value

IListEx<NewsMessage>

NewsProvider

The provider of information about news.

public INewsProvider NewsProvider { get; set; }

Property Value

INewsProvider

SelectedMessage

The selected message.

public NewsMessage SelectedMessage { get; }

Property Value

NewsMessage

SelectedMessages

Selected messages.

public IEnumerable<NewsMessage> SelectedMessages { get; }

Property Value

IEnumerable<NewsMessage>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()