ClassFilterOperatorToSelectedItemConverter
Class
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:
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
The value.
targetType
Type of the target.
parameter
The parameter.
culture
The culture.
Returns
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
The value.
targetType
Type of the target.
parameter
The parameter.
culture
The culture.
Returns