CategoryEditor.EditorTemplate プロパティ

定義

DataTemplateのユーザー インターフェイスを提供するためにプロパティ インスペクターによってホストされるCategoryEditorを取得します。

public:
 abstract property System::Windows::DataTemplate ^ EditorTemplate { System::Windows::DataTemplate ^ get(); };
public abstract System.Windows.DataTemplate EditorTemplate { get; }
member this.EditorTemplate : System.Windows.DataTemplate
Public MustOverride ReadOnly Property EditorTemplate As DataTemplate

プロパティ値

DataTemplateユーザー インターフェイス。

適用対象