ClassBooleanToSortOrderConverter
Class
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public class BooleanToSortOrderConverter : IValueConverter
Inheritance: objectBooleanToSortOrderConverter
Implements:
Constructors
BooleanToSortOrderConverter()
Declaration
cs-api-definition
public BooleanToSortOrderConverter()
Methods
Convert(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The bool value to convert.
targetType
This parameter is not used.
parameter
The parameter matching the current enum value.
culture
This parameter is not used.
Returns
true if value matches the parameter and false otherwise.
ConvertBack(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
A SortOrder enumeration value.
targetType
This parameter is not used.
parameter
The parameter matching the current enum value.
culture
This parameter is not used.
Returns
true if value matches the parameter and false otherwise.