Click or drag to resize

StyleBindingsGroupDescriptions Attached Property

This property is needed to set GroupDescriptions for an ItemsControl via a Style

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
See GetGroupDescriptions, SetGroupDescriptions

Property Value

Type: GroupDescriptionCollection
Examples
XAML
<Style TargetType="ListBox">
  <Setter Property="wpf:StyleBindings.GroupDescriptions">
    <Setter.Value>
      <GroupDescriptionCollection>
        < .... /&gt;
      &lt;GroupDescriptionCollection>
    </Setter.Value>
  </Setter>
See Also