Share via


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.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate
    Get
public abstract DataTemplate EditorTemplate { get; }
public:
virtual property DataTemplate^ EditorTemplate {
    DataTemplate^ get () abstract;
}
abstract EditorTemplate : DataTemplate
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

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility