ClassInvertedNullToVisibilityConverter
Class
Represents converter that converts null or empty string object to Visibility values in an inverted way.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class InvertedNullToVisibilityConverter : IValueConverter
Inheritance: objectInvertedNullToVisibilityConverter
Implements:
Constructors
InvertedNullToVisibilityConverter()
Declaration
cs-api-definition
public InvertedNullToVisibilityConverter()
Methods
Convert(object, Type, object, string)
Converts object to Visibility.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
The object that will be used for conversion.
targetType
This parameter is not used.
parameter
This parameter is not used.
language
The language of the conversion.
Returns
Inverted Visibility presentation of the object.
ConvertBack(object, Type, object, string)
Returns the value.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
value
The value.
targetType
Type of the target.
parameter
The parameter.
language
The language of the conversion.
Returns
The value.
Remarks
This method is not implemented.