Converts a PropertyGrid to a boolean value indicating if grouping is enabled or disabled

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(ObservableCollection<GroupDescription>), typeof(bool))]
public class GroupingViewConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(ObservableCollection(Of GroupDescription)), GetType(Boolean))> _
Public Class GroupingViewConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.GroupingViewConverter

See Also