Class
FilterPartViewModelToContentConverter

Converts the content of FilterPartViewModel to a glyph or a localized string when the content is a FilterOperator or a FilterCompositionLogicalOperator.

Definition

Namespace:Telerik.Windows.Controls.Data.DataFilterView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class FilterPartViewModelToContentConverter : IValueConverter

Inheritance: objectFilterPartViewModelToContentConverter

Implements: IValueConverter

Constructors

FilterPartViewModelToContentConverter()

Declaration

cs-api-definition
public FilterPartViewModelToContentConverter()

Methods

Convert(object, Type, object, CultureInfo)

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object