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.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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.WpfPropertyGrid..::.Node
The node to be edited.