public class ItemsCountToVisibilityConverter : IValueConverterPublic Class ItemsCountToVisibilityConverter
Implements IValueConverter| ItemsCountToVisibilityConverter | Initializes a new instance of the ItemsCountToVisibilityConverter class |
| IsReversed | Reverses the operation of the converter. |
| UseHidden | Use Hidden instead of Collapsed. |
| Convert | If the received collection has any elements it returns Visible; otherwise, Collapsed. |
| ConvertBack | Not implemented. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |