[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.FindStatusToMessageVisibilityConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts the GrapeCity.Viewer.Common.ViewModel.FindStatus to a Visibility value.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The source data being passed to the target, expected to be of type GrapeCity.Viewer.Common.ViewModel.FindStatus.

Type targetType

The Type of data expected by the target dependency property.

object parameter

An optional parameter to be used in the converter logic.

CultureInfo culture

The culture of the conversion.

Returns
Type Description
object

A Visibility value indicating whether the message should be visible or hidden.

Implements