[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.NegateConverter

NegateConverter Class

Represents a converter that inverts a boolean value. Always returns false if the value is not a boolean.

Inheritance
NegateConverter
Implements
Namespace: GrapeCity.ActiveReports.Converters
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class NegateConverter : IValueConverter

Constructors

Name Description
NegateConverter()

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a boolean value to its inverse.

ConvertBack(object, Type, object, CultureInfo)

Converts a boolean value to its inverse.