Table of Contents

Class ListCountToVisibilityConverter

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

Converts the count of a list to a Visibility value.

[ValueConversion(typeof(int), typeof(Visibility))]
public class ListCountToVisibilityConverter : MarkupExtension, IValueConverter
Inheritance
ListCountToVisibilityConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts the count of a list to a Visibility value.

ConvertBack(object, Type, object, CultureInfo)

Converts a Visibility value back to the count of a list.

ProvideValue(IServiceProvider)

Provides the value of the current instance.