Click or drag to resize

StyleBindingsSetGroupDescriptions Method

Sets the group descriptions attached via the GroupDescriptions attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetGroupDescriptions(
	DependencyObject obj,
	ICollection<GroupDescription>? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the group descriptions are attached to.
value
Type: System.Collections.GenericICollectionGroupDescription
The group descriptions.
See Also