When overridden in a derived class, constructs a DataTemplate which can be bound to the specified node in order to edit its value.

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

Syntax

C#
public abstract DataTemplate BuildTemplate(
	Node node
)
Visual Basic (Declaration)
Public MustOverride Function BuildTemplate ( _
	node As Node _
) As DataTemplate

Parameters

node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node to be edited.

Return Value

A data template suitable for editing this node.

See Also