Class
FilterOperatorToSelectedItemConverter

FilterOperatorToSelectedItemConverter.

Definition

Namespace:Telerik.Windows.Controls.Data.DataFilter

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class FilterOperatorToSelectedItemConverter : IValueConverter

Inheritance: objectFilterOperatorToSelectedItemConverter

Implements: IValueConverter

Constructors

FilterOperatorToSelectedItemConverter()

Declaration

cs-api-definition
public FilterOperatorToSelectedItemConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts the specified value.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value.

targetType

Type

Type of the target.

parameter

object

The parameter.

culture

CultureInfo

The culture.

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Converts the back.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value.

targetType

Type

Type of the target.

parameter

object

The parameter.

culture

CultureInfo

The culture.

Returns

object