Class FileBrowserPicker
Визуальный редактор для выбора файла.
Inheritance
FileBrowserPicker
Assembly: StockSharp.Xaml.dll
Syntax
public class FileBrowserPicker : UserControl, IComponentConnector
Constructors
FileBrowserPicker()
Declaration
public FileBrowserPicker()
Fields
DefaultExtProperty
Declaration
public static readonly DependencyProperty DefaultExtProperty
Field Value
FileProperty
Declaration
public static readonly DependencyProperty FileProperty
Field Value
FilterProperty
Declaration
public static readonly DependencyProperty FilterProperty
Field Value
IsSavingProperty
Declaration
public static readonly DependencyProperty IsSavingProperty
Field Value
Properties
DefaultExt
Declaration
public string DefaultExt { get; set; }
Property Value
File
Declaration
public string File { get; set; }
Property Value
Filter
Declaration
public string Filter { get; set; }
Property Value
IsSaving
Declaration
public bool IsSaving { get; set; }
Property Value
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
Events
FileChanged
Declaration
public event Action<string> FileChanged
Event Type
Implements
Extension Methods