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
RequestStoryCommand
The command for the news request.
public static readonly RoutedCommand RequestStoryCommand
Field Value
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
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
SelectedMessage
The selected message.
public NewsMessage SelectedMessage { get; }
Property Value
SelectedMessages
Selected messages.
public IEnumerable<NewsMessage> SelectedMessages { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()