New to Telerik UI for WPFStart a free 30-day trial

Represents converter that converts null or empty string object to Visibility values in an inverted way.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class InvertedNullToVisibilityConverter : IValueConverter

Inheritance: objectInvertedNullToVisibilityConverter

Implements: IValueConverter

Constructors

C#
public InvertedNullToVisibilityConverter()

Methods

Converts object to Visibility.

C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

The object that will be used for conversion.

targetTypeType

This parameter is not used.

parameterobject

This parameter is not used.

cultureCultureInfo

This parameter is not used.

Returns:

object

Inverted Visibility presentation of the object.

Returns the value.

C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobject

This parameter is not used.

targetTypeType

This parameter is not used.

parameterobject

This parameter is not used.

cultureCultureInfo

This parameter is not used.

Returns:

object

The value.

Remarks:

This method is not implemented.