ClassBoolEditorConverter
Class
This is for internal use only and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Controls.Pivot.Editors
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public class BoolEditorConverter : IValueConverter
Inheritance: objectBoolEditorConverter
Implements:
Methods
Convert(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns