Class
NullToVisibilityConverter

Represents converter that converts null or empty string object to Visibility values .

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class NullToVisibilityConverter : IValueConverter

Inheritance: objectNullToVisibilityConverter

Implements: IValueConverter

Constructors

NullToVisibilityConverter()

Declaration

cs-api-definition
public NullToVisibilityConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts object to Visibility.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The object that will be used for conversion.

targetType

Type

This parameter is not used.

parameter

object

This parameter is not used.

culture

CultureInfo

This parameter is not used.

Returns

object

Visibility presentation of the object.

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

A converted value.

Remarks

This method is not implemented. Throws NotImplementedException.