FileBrowserPicker
Ecng.Xaml
Visual control used to select a file path with open/save dialogs and validation.
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
FileBrowserPicker()
Initializes a new instance of the FileBrowserPicker.
Propiedades
DefaultExt : string
Gets or sets the default file extension used by the dialog.
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.