Extracts size of directory from DirectoryBaseWrapper. Logic is not included in Size property to avoid slow data grid loading due to the size column.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class DirectorySizeCalculator : IValueConverter
Inheritance: objectDirectorySizeCalculator
Implements:
Constructors
C#
public DirectorySizeCalculator()
Methods
Gets the size of the given DirectoryBaseWrapper represented in user-friendly string.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The size of the directory as string.
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)