Class FileSelector
public class FileSelector : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
FileSelector
- Implements
- Inherited Members
Fields
ExtensionProperty
public static readonly DependencyProperty ExtensionProperty
Field Value
PathProperty
public static readonly DependencyProperty PathProperty
Field Value
SelectFolderProperty
public static readonly DependencyProperty SelectFolderProperty
Field Value
Properties
Extension
public string Extension { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
SelectFolder
public bool SelectFolder { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()