Click or drag to resize

StyleBindingsGetGroupStyle Method

Gets the group style attached via the GroupStyle attached property.

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

Parameters

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

Return Value

Type: GroupStyle
The group style.
See Also