Table of Contents

Class NewsPanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The visual panel with the news.

public class NewsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
Inheritance
NewsPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

NewsPanel()

Initializes a new instance of the NewsPanel.

public NewsPanel()

Fields

NewsGrid

NewsGrid Name Field

public NewsGrid NewsGrid

Field Value

NewsGrid

Properties

NewsProvider

The provider of information about news.

public INewsProvider NewsProvider { get; set; }

Property Value

INewsProvider

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.