Class NewsMessageGrid
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Table showing (NewsMessage).
public class NewsMessageGrid : BaseGridControl, IPersistable, IComponentConnector
- Inheritance
-
NewsMessageGrid
- Implements
- 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
SelectedMessage
The selected message.
public NewsMessage SelectedMessage { get; }
Property Value
SelectedMessages
Selected messages.
public IEnumerable<NewsMessage> SelectedMessages { get; }
Property Value
SubscriptionProvider
The provider of subscriptions.
public ISubscriptionProvider SubscriptionProvider { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()