Inherits UserControl.
A readonly TextBox that displays a file or folder path. Clicking the folder icon opens a dialog that enables browsing the local file system.
<Controls.Common:FileBox Placeholder="Choose A Path" Type="Folder" Text="C:\Path\To\Default\Folder"/>
Name | Type | Description |
ButtonPosition | HorizontalAlignment | Gets or sets the horizontal position of the folder icon. |
Type | FileSystemEntry | Gets or sets type of paths to show when browsing local file system. |
Placeholder | string | Gets or sets placeholder text. |
Text | string | Gets or sets the selected path. |