CategoryEditor.EditorTemplate Property

When overridden in a derived class, gets a DataTemplate that acts as the UI for a CategoryEditor.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate
'Usage
Dim instance As CategoryEditor 
Dim value As DataTemplate 

value = instance.EditorTemplate
public abstract DataTemplate EditorTemplate { get; }
public:
virtual property DataTemplate^ EditorTemplate {
    DataTemplate^ get () abstract;
}
public abstract function get EditorTemplate () : DataTemplate

Property Value

Type: System.Windows.DataTemplate
The DataTemplate object that represents the editor template.

Remarks

The data context of this DataTemplate is set to a CategoryEntry.

.NET Framework Security

See Also

Reference

CategoryEditor Class

CategoryEditor Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility