ClassInvertedNullToVisibilityConverter
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:
public class InvertedNullToVisibilityConverter : IValueConverter
Inheritance: objectInvertedNullToVisibilityConverter
Implements:
Constructors
InvertedNullToVisibilityConverter()
Declaration
public InvertedNullToVisibilityConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts object to Visibility.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The object that will be used for conversion.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
Inverted Visibility presentation of the object.
ConvertBack(object, Type, object, CultureInfo)
Returns the value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
This parameter is not used.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
The value.
Remarks
This method is not implemented.