Class
Top10FilterTypeToVisibilityConverter

A converter that returns if the parameter is one of the top ten filters represented by "Items", "Percent" and "Sum" and the value type matches semantically the string.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class Top10FilterTypeToVisibilityConverter : IValueConverter

Inheritance: objectTop10FilterTypeToVisibilityConverter

Implements: IValueConverter

Constructors

Top10FilterTypeToVisibilityConverter()

Declaration

cs-api-definition
public Top10FilterTypeToVisibilityConverter()

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