Class NewsMessagePanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The visual panel with the news.
public class NewsMessagePanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
- Inheritance
-
NewsMessagePanel
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
NewsMessagePanel()
Initializes a new instance of the NewsMessagePanel.
public NewsMessagePanel()
Fields
NewsGrid
NewsGrid Name Field
public NewsMessageGrid NewsGrid
Field Value
Properties
NewsProvider
The provider of information about news.
public INewsProvider NewsProvider { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.