Table of Contents

Class StorageSettingsPanel

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The visual panel for storage settings.

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

Constructors

StorageSettingsPanel()

Initializes a new instance of the StorageSettingsPanel.

public StorageSettingsPanel()

Fields

IsCredentialsEnabledProperty

public static readonly DependencyProperty IsCredentialsEnabledProperty

Field Value

DependencyProperty

Properties

Address

The remote storage address.

public string Address { get; set; }

Property Value

string

IsCredentialsEnabled

Login and Password are only available for editing. The default value is true.

public bool IsCredentialsEnabled { get; set; }

Property Value

bool

IsLocal

Whether local storage is selected.

public bool IsLocal { get; set; }

Property Value

bool

IsLocalEnabled

Is local settings enabled.

public bool IsLocalEnabled { get; set; }

Property Value

bool

IsRemoteEnabled

Is remote settings enabled.

public bool IsRemoteEnabled { get; set; }

Property Value

bool

Login

Login.

public string Login { get; set; }

Property Value

string

Password

Password.

public SecureString Password { get; set; }

Property Value

SecureString

Path

The path to local data.

public string Path { get; set; }

Property Value

string

TargetCompId

Target ID.

public string TargetCompId { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

SettingsChanged

Settings changed event.

public event Action SettingsChanged

Event Type

Action