Click or drag to resize

StyleBindingsGetGroupDescriptions Method

Gets the group descriptions attached via the GroupDescriptions attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static GroupDescriptionCollection? GetGroupDescriptions(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the group descriptions are attached to.

Return Value

Type: GroupDescriptionCollection
The group descriptions.
See Also