ClassBooleanNotConverter
Class
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:
Constructors
BooleanNotConverter()
Declaration
cs-api-definition
public BooleanNotConverter()
Methods
Convert(object, Type, object, string)
Converts a Boolean value to its opposite (!)(NOT) value.