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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace