Table of Contents

Class NullToVisibilityConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts a null value to a Visibility value.

public class NullToVisibilityConverter : IValueConverter
Inheritance
NullToVisibilityConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts a null value to Collapsed and a non-null value to Visible.

ConvertBack(object, Type, object, CultureInfo)

Converts a Visibility value back to a null value. This method is not implemented and will throw a NotImplementedException.