Table of Contents

Class FileSelector

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class FileSelector : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
FileSelector
Implements
Inherited Members

Fields

ExtensionProperty

public static readonly DependencyProperty ExtensionProperty

Field Value

DependencyProperty

PathProperty

public static readonly DependencyProperty PathProperty

Field Value

DependencyProperty

SelectFolderProperty

public static readonly DependencyProperty SelectFolderProperty

Field Value

DependencyProperty

Properties

Extension

public string Extension { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

SelectFolder

public bool SelectFolder { get; set; }

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()