StorageSettingsPanel
StockSharp.Xaml
The visual panel for storage settings.
Inherits: UserControl
Implements: IComponentConnector
Constructors
StorageSettingsPanel
public StorageSettingsPanel()
storageSettingsPanel = StorageSettingsPanel()
Initializes a new instance of the StorageSettingsPanel.
Properties
Address
public string Address { get; set; }
value = storageSettingsPanel.Address
storageSettingsPanel.Address = value
The remote storage address.
IsCredentialsEnabled
public bool IsCredentialsEnabled { get; set; }
value = storageSettingsPanel.IsCredentialsEnabled
storageSettingsPanel.IsCredentialsEnabled = value
Login and Password are only available for editing. The default value is .
IsLocal
public bool IsLocal { get; set; }
value = storageSettingsPanel.IsLocal
storageSettingsPanel.IsLocal = value
Whether local storage is selected.
IsLocalEnabled
public bool IsLocalEnabled { get; set; }
value = storageSettingsPanel.IsLocalEnabled
storageSettingsPanel.IsLocalEnabled = value
Is local settings enabled.
IsRemoteEnabled
public bool IsRemoteEnabled { get; set; }
value = storageSettingsPanel.IsRemoteEnabled
storageSettingsPanel.IsRemoteEnabled = value
Is remote settings enabled.
Login
public string Login { get; set; }
value = storageSettingsPanel.Login
storageSettingsPanel.Login = value
Login.
Password
public SecureString Password { get; set; }
value = storageSettingsPanel.Password
storageSettingsPanel.Password = value
Password.
Path
public string Path { get; set; }
value = storageSettingsPanel.Path
storageSettingsPanel.Path = value
The path to local data.
TargetCompId
public string TargetCompId { get; set; }
value = storageSettingsPanel.TargetCompId
storageSettingsPanel.TargetCompId = value
Target ID.
Methods
InitializeComponent
public void InitializeComponent()
storageSettingsPanel.InitializeComponent()
InitializeComponent
Events
SettingsChanged
public event Action SettingsChanged
storageSettingsPanel.SettingsChanged += handler
Settings changed event.
Fields
IsCredentialsEnabledProperty
public static readonly DependencyProperty IsCredentialsEnabledProperty
value = StorageSettingsPanel.IsCredentialsEnabledProperty
DependencyProperty for IsCredentialsEnabled.