Table of Contents

Class FileBrowserPicker

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

Визуальный редактор для выбора файла.

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

Constructors

FileBrowserPicker()

Создать FileBrowserPicker.

public FileBrowserPicker()

Fields

DefaultExtProperty

public static readonly DependencyProperty DefaultExtProperty

Field Value

DependencyProperty

FileProperty

public static readonly DependencyProperty FileProperty

Field Value

DependencyProperty

FilterProperty

public static readonly DependencyProperty FilterProperty

Field Value

DependencyProperty

IsSavingProperty

public static readonly DependencyProperty IsSavingProperty

Field Value

DependencyProperty

Properties

DefaultExt

public string DefaultExt { get; set; }

Property Value

string

File

Директория.

public string File { get; set; }

Property Value

string

Filter

public string Filter { get; set; }

Property Value

string

IsSaving

public bool IsSaving { get; set; }

Property Value

bool

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

FileChanged

Событие изменения File.

public event Action<string> FileChanged

Event Type

Action<string>