[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ViewModel.VisibilityConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts a boolean value to a Visibility value.

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

The boolean value produced by the binding source.

Type targetType

The type of the binding target property.

object parameter

The converter parameter to use, expected to be of type Visibility.

CultureInfo culture

The culture to use in the converter.

Returns
Type Description
object

A converted Visibility value. If the method returns null, the valid null value is used.

Implements