Class BrowseFileHelper
Helper class for RadFilePathPicker.
Inheritance
System.Object
BrowseFileHelper
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class BrowseFileHelper : Object
Methods
GetIcon(String)
Gets the windows icon for the given file path type.
Declaration
public static ImageSource GetIcon(string filePath)
Parameters
System.String
filePath
The path to the file. |
Returns
System.Windows.Media.ImageSource
|