Returns a DataTemplate suitable for editing the specified item.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override DataTemplate SelectTemplate( Object item, DependencyObject container ) |
Visual Basic (Declaration) |
---|
Public Overrides Function SelectTemplate ( _ item As Object, _ container As DependencyObject _ ) As DataTemplate |
Parameters
- item
- Type: System..::.Object
The data object for which to select the template.
- container
- Type: System.Windows..::.DependencyObject
The data-bound object.