Click or drag to resize

StyleBindingsGetGroupStyles Method

Gets the group styles attached via the GroupStyles attached property.

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

Parameters

obj
Type: System.WindowsDependencyObject
The object the group style is attached to.

Return Value

Type: GroupStyleCollection
The group styles.
See Also