When overridden in a derived class, sets the ContentTemplate
property of the specified FrameworkElementFactory to the required data template.
Namespace:
Mindscape.WpfElements.WpfPropertyGridAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.WpfElements.WpfPropertyGrid..::.Node
The node which the template will edit.