Click or drag to resize

StyleBindingsSetGroupStyles Method

Sets the group style attached via the GroupStyles attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetGroupStyles(
	DependencyObject obj,
	GroupStyleCollection? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the group style is attached to.
value
Type: TomsToolbox.WpfGroupStyleCollection
The group styles.
See Also