[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.ViewTypeBooleanConverter

ViewTypeBooleanConverter Class

Represents a converter that converts a ViewType to a bool based on the parameter.

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

Constructors

Name Description
ViewTypeBooleanConverter()

Methods

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

Converts a ViewType value to a boolean based on the parameter.

ConvertBack(object, Type, object, CultureInfo)

Converts a boolean value back to a ViewType.