Attaches the editor data template to the data template identified by the EditorTemplateKey.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected override void SetContentTemplate( FrameworkElementFactory factory, Node node ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub SetContentTemplate ( _ factory As FrameworkElementFactory, _ node As Node _ ) |
Parameters
- factory
- Type: System.Windows..::.FrameworkElementFactory
The FrameworkElementFactory representing the data template under construction.
- node
- Type: Mindscape.WpfPropertyGrid..::.Node
The node which the template will edit.