Sets the value of the ShowSubitemExpanders attached property for a given DependencyObject.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static void SetShowSubitemExpanders(
	DependencyObject obj,
	bool value
)
Visual Basic (Declaration)
Public Shared Sub SetShowSubitemExpanders ( _
	obj As DependencyObject, _
	value As Boolean _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The element on which to set the property value.
value
Type: System..::.Boolean
The value to which to set the property.

See Also