Constructs a DataTemplate which can be bound to the specified node 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 override DataTemplate BuildTemplate(
	Node node
)
Visual Basic (Declaration)
Public Overrides Function BuildTemplate ( _
	node As Node _
) As DataTemplate

Parameters

node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node for which an editor is required.

Return Value

A data template for editing the node value.

See Also