ClassDetailsGridItemsSourceConverter
Class
Converter which switches the source of the Details GridView - search results from search pane or current files / folders from main view model.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class DetailsGridItemsSourceConverter : IMultiValueConverter
Inheritance: objectDetailsGridItemsSourceConverter
Implements:
Constructors
DetailsGridItemsSourceConverter()
Declaration
cs-api-definition
public DetailsGridItemsSourceConverter()
Methods
Convert(object[], Type, object, CultureInfo)
Switches SearchResults or CurrentFileSystemObjects depending on IsSearchViewActive property of search pane.
Declaration
cs-api-definition
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
values
object[]
targetType
parameter
culture
Returns
ConvertBack(object, Type[], object, CultureInfo)
Not supported because the purpose of converter is to support one way binding to ItemsSource.