[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.CommandConverter

CommandConverter Class

Represents a converter that converts an internal view command to a WPF command.

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

Constructors

Name Description
CommandConverter()

Methods

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

Converts an internal view command to a WPF command.

ConvertBack(object, Type, object, CultureInfo)

Converts the WPF command back to the internal view command.