Propagates the Style of the PropertyEditor object to the
data template visual tree.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected override void OnCustomizeTemplate( FrameworkElementFactory factory, Node node ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub OnCustomizeTemplate ( _ 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.