FileBrowserPicker

Ecng.Xaml

Visual control used to select a file path with open/save dialogs and validation.

Herda de: UserControl

Implementa: IComponentConnector

Construtores

FileBrowserPicker()

Initializes a new instance of the FileBrowserPicker.

Propriedades

DefaultExt : string

Gets or sets the default file extension used by the dialog.

File : string

Gets or sets the selected file path.

Filter : string

Gets or sets the file types filter string.

IsSaving : bool

Gets or sets a value indicating whether the dialog is used to save files (true) or open files (false).

Métodos

InitializeComponent()

InitializeComponent

Eventos

FileChanged : Action<string>

Raised when File property changes.

Campos

DefaultExtProperty : DependencyProperty

DependencyProperty for DefaultExt.

FileProperty : DependencyProperty

DependencyProperty for File.

FilterProperty : DependencyProperty

DependencyProperty for Filter.

IsSavingProperty : DependencyProperty

DependencyProperty for IsSaving.