Represents a custom IValueConverter that converts a Boolean value to its opposite value.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class InvertedBooleanConverter : IValueConverter
Inheritance: objectInvertedBooleanConverter
Implements:
Constructors
C#
public InvertedBooleanConverter()
Properties
Instance
IValueConverter
Gets the singleton instance of the InvertedBooleanConverter.
C#
public static IValueConverter Instance { get; }
Methods
Converts a Boolean value to its opposite value.
C#
public object Convert(object value, Type type, object parameter, CultureInfo culture)
Converts a Boolean value to its opposite value.
C#
public object ConvertBack(object value, Type type, object parameter, CultureInfo culture)