Class BooleanToSortOrderConverter
Represents a converter that converts System.
Inheritance
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class BooleanToSortOrderConverter : Object, IValueConverter
Constructors
BooleanToSortOrderConverter()
Declaration
public BooleanToSortOrderConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a System.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The System. |
System. This parameter is not used. |
System. The parameter matching the current enum value. |
System. This parameter is not used. |
Returns
System. true if value matches the parameter and false otherwise. |
ConvertBack(Object, Type, Object, CultureInfo)
Converts a Sort
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. A Sort |
System. This parameter is not used. |
System. The parameter matching the current enum value. |
System. This parameter is not used. |
Returns
System. true if value matches the parameter and false otherwise. |