Class
BooleanNotConverter

Represents a custom IValueConverter that converts a Boolean value to its opposite (!)(NOT) value.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class BooleanNotConverter : IValueConverter

Inheritance: objectBooleanNotConverter

Implements: IValueConverter

Constructors

BooleanNotConverter()

Declaration

cs-api-definition
public BooleanNotConverter()

Methods

Convert(object, Type, object, string)

Converts a Boolean value to its opposite (!)(NOT) value.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object