Last updated 2 years ago
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.