ClassNullToVisibilityConverter
Represents a converter that converts object values to Visibility enumeration values.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class NullToVisibilityConverter : IValueConverter
Inheritance: objectNullToVisibilityConverter
Implements:
Constructors
NullToVisibilityConverter()
Declaration
public NullToVisibilityConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts an object value to a Visibility enumeration value.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The object value to convert.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.
Returns
if value is not null; If value is null, .
ConvertBack(object, Type, object, CultureInfo)
This method is not implemented.
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
This parameter is not used.