StorageSettingsPanel

StockSharp.Xaml

The visual panel for storage settings.

Inherits: UserControl

Implements: IComponentConnector

Constructors

StorageSettingsPanel()

Initializes a new instance of the StorageSettingsPanel.

Properties

Address : string

The remote storage address.

IsCredentialsEnabled : bool

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

IsLocal : bool

Whether local storage is selected.

IsLocalEnabled : bool

Is local settings enabled.

IsRemoteEnabled : bool

Is remote settings enabled.

Login : string

Login.

Password : SecureString

Password.

Path : string

The path to local data.

TargetCompId : string

Target ID.

Methods

InitializeComponent()

InitializeComponent

Events

SettingsChanged : Action

Settings changed event.

Fields

IsCredentialsEnabledProperty : DependencyProperty

DependencyProperty for IsCredentialsEnabled.