When overridden in a derived class, sets the ContentTemplate
property of the specified FrameworkElementFactory to the required data template.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected abstract void SetContentTemplate( FrameworkElementFactory factory, Node node ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Sub SetContentTemplate ( _ factory As FrameworkElementFactory, _ node As Node _ ) |
Parameters
- factory
- Type: System.Windows..::.FrameworkElementFactory
The FrameworkElementFactory on which the ContentTemplateProperty must be set.
- node
- Type: Mindscape.WpfPropertyGrid..::.Node
The node which the template will edit.