xFileBrowse [v16+]
This control is used for browsing files or folders. This can be specified setting the BrowsingType property to File/Folder.
How the XAML will look:
<tl:xFileBrowse x:Name="xfbLogo" BindingPath="logo" BrowsingType="File"/>

After selecting a file/folder you till have it's path.

Last updated