ItemsCountToVisibilityConverter Class

Items count to visibility converter.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ItemsCountToVisibilityConverter : IValueConverter
Inheritance
Object    ItemsCountToVisibilityConverter
Implements
IValueConverter

Constructors

ItemsCountToVisibilityConverterInitializes a new instance of the ItemsCountToVisibilityConverter class

Properties

IsReversed Reverses the operation of the converter.
UseHidden Use Hidden instead of Collapsed.

Methods

Convert If the received collection has any elements it returns Visible; otherwise, Collapsed.
ConvertBack Not implemented.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also