In This Article

ICategoryEditorModel Interface

Provides the requirements for a property grid category editor IDataModel, that can consume and display one or more properties.

public interface ICategoryEditorModel : IDataModel, IDisposable

Properties

Category

The category associated with this editor.

string? Category { get; }

Property Value

string

EditorTemplate

The DataTemplate to use for editing the properties consumed by this editor.

DataTemplate? EditorTemplate { get; }

Property Value

DataTemplate

Remarks

The priority order of editor template specification is EditorTemplate and then EditorTemplateKey.

EditorTemplateKey

The resource key that references a DataTemplate to use for editing the properties consumed by this editor.

object? EditorTemplateKey { get; }

Property Value

object

Remarks

The priority order of editor template specification is EditorTemplate and then EditorTemplateKey.

Inherited Members

Extension Methods