[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters

GrapeCity.ActiveReports.Converters Namespace

Classes

AdapterConverter<TSource, TTarget>

Represents a converter that adapts a source type to a target type using a specified function.

ColorToBrushConverter

Represents a converter that converts various color types to a brush.

CommandAdapter

Represents a class that facilitates associating a key binding in XAML markup to a GrapeCity's Command defined in a View Model by exposing a Command dependency property. The class derives from Freezable to work around a limitation in WPF when data-binding from XAML.

CommandConverter

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

ErrorInfoCollectionConverter

Represents a converter that converts an internal viewer collection to a WPF collection.

ErrorInfoIconConverter

Represents a converter that converts an ErrorInfo to a corresponding icon.

FindStatusToMessageVisibilityConverter

Represents a converter for showing or hiding the 'The word or phrase was not found in the current report' message on the search panel.

MultiValueVisibilityConverter

Represents a converter that converts boolean values to visibility values and back.

NegateConverter

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

NotificationCollectionAdapter<TSource, TTarget>

Represents an adapter that converts an GrapeCity.Viewer.Common.Implementation.INotificationCollection<T> of TSource type items to a ObservableCollection<T> of TTarget type items.

NullableIndexConverter

Represents a converter that converts a nullable value to an index. Returns -1 if the value is null.

ObservableCollectionAdapter<TSource, TTarget>

Represents an adapter that converts a Viewer's ObservableCollection<T> to a WPF ObservableCollection<T> for data binding in XAML markup.

PageViewToCanvasConverter

Represents a converter that converts a GrapeCity.Viewer.Common.PageView to a XAML Canvas element.

PagesCollectionConverter

Represents a converter that converts an internal viewer collection to a WPF collection.

ParameterTypeToVisibilityConverter

Represents a converter that converts a parameter type to a Visibility enum value.

ParameterViewToVisibilityConverter

Represents a converter that converts a parameter view model to a Visibility based on the editor selection.

ResourceImageConverter

Represents a converter that converts a Stream to a corresponding ImageSource.

SearchResultCollectionConverter

Represents a converter that converts an internal viewer collection to a WPF collection.

SizeConverter

Represents a converter that converts size in inches to size in pixels.

ThumbnailItemCollectionConverter

Represents a converter that converts an internal viewer collection to a WPF collection.

ViewTypeBooleanConverter

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

ViewTypeVisibilityConverter

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

WaitToCursorConverter

Represents a converter that converts a bool value to a cursor indicating a wait state or a normal state.

ZoomModeConverter

Represents a converter that converts GrapeCity.Viewer.Common.Model.ZoomMode to ViewMode and vice versa.