FileBrowserPicker
Ecng.Xaml
Visual control used to select a file path with open/save dialogs and validation.
继承自: UserControl
构造函数
FileBrowserPicker()
Initializes a new instance of the FileBrowserPicker.
属性
DefaultExt : string
Gets or sets the default file extension used by the dialog.
方法
InitializeComponent()
InitializeComponent
事件
FileChanged : Action<string>
Raised when File property changes.
字段
DefaultExtProperty : DependencyProperty
DependencyProperty for DefaultExt.
FileProperty : DependencyProperty
DependencyProperty for File.
FilterProperty : DependencyProperty
DependencyProperty for Filter.
IsSavingProperty : DependencyProperty
DependencyProperty for IsSaving.