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:
Constructors
C#
public InvertedNullToVisibilityConverter()
Methods
Converts object to Visibility.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The object that will be used for conversion.
targetTypeTypeThis parameter is not used.
parameterobjectThis parameter is not used.
cultureCultureInfoThis parameter is not used.
Returns:Inverted Visibility presentation of the object.
Returns the value.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
This parameter is not used.
targetTypeTypeThis parameter is not used.
parameterobjectThis parameter is not used.
cultureCultureInfoThis parameter is not used.
Returns:The value.
Remarks:
This method is not implemented.