Class
DetailsGridItemsSourceConverter

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: IMultiValueConverter

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

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type[], object, CultureInfo)

Not supported because the purpose of converter is to support one way binding to ItemsSource.

Declaration

cs-api-definition
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)

Parameters

value

object

targetTypes

Type[]

parameter

object

culture

CultureInfo

Returns

object[]