Propagates the Style of the PropertyEditor object to the data template visual tree.

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

Syntax

C#
protected override void OnCustomizeTemplate(
	FrameworkElementFactory factory,
	Node node
)
Visual Basic (Declaration)
Protected Overrides Sub OnCustomizeTemplate ( _
	factory As FrameworkElementFactory, _
	node As Node _
)

Parameters

factory
Type: System.Windows..::.FrameworkElementFactory
The FrameworkElementFactory representing the data template under construction.
node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node which the template will edit.

See Also