ImportSettingsListPage

StockSharp.Xaml.Windows.Maui

Page for managing list of import settings.

Inherits: ContentPage

Constructors

ImportSettingsListPage
public ImportSettingsListPage()
importSettingsListPage = ImportSettingsListPage()

Creates a new ImportSettingsListPage.

Properties

SelectedSettings
public ImportSettings SelectedSettings { get; }
value = importSettingsListPage.SelectedSettings

Gets the selected settings.

Settings
public IEnumerable<ImportSettings> Settings { get; set; }
value = importSettingsListPage.Settings
importSettingsListPage.Settings = value

Gets or sets all settings.

ViewModel
public ImportSettingsListWindowViewModel ViewModel { get; }
value = importSettingsListPage.ViewModel

Gets the ViewModel.

Events

Closed
public event EventHandler<bool> Closed
importSettingsListPage.Closed += handler

Raised when the page is closed with a result.