Table of Contents

Property Converter

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Converter

This converter is applied to the property value (or the item) to produce the final value used to determine which group(s) an item belongs to. If the delegate returns an ICollection, the item is added to multiple groups - one for each member of the collection.

public IValueConverter Converter { get; set; }

Property Value

IValueConverter