Class
EnumToVisibilityConverter

Represents converter, which converts Enum types to and from a boolean value using the given parameter.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
[Obsolete("Use the EnumToVisibilityValueConverter from the Telerik.Windows.Controls assembly. Obsoleted 2013.Q1. To be deleted 2013.Q1.SP1.")]
public class EnumToVisibilityConverter : IValueConverter

Inheritance: objectEnumToVisibilityConverter

Implements: IValueConverter

Constructors

EnumToVisibilityConverter()

Declaration

cs-api-definition
public EnumToVisibilityConverter()

Methods

Convert(object, Type, object, CultureInfo)

Not implemented.

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)

Not implemented.

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