Class BrowseFileHelper
Helper class for RadFilePathPicker.
Inheritance
System.Object
BrowseFileHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class BrowseFileHelper
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
|