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.
EditorTemplate
The DataTemplate to use for editing the properties consumed by this editor.
DataTemplate? EditorTemplate { get; }
Property Value
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
Remarks
The priority order of editor template specification is EditorTemplate and then EditorTemplateKey.
Inherited Members
- IDataModel.CanAutoDispose
- IDataModel.Children
- IDataModel.Description
- IDataModel.DisplayName
- IDataModel.IsExpanded
- IDataModel.IsInitialized
- IDataModel.IsModified
- IDataModel.IsRoot
- IDataModel.IsSelected
- IDataModel.Name
- IDataModel.Parent
- IDataModel.SortComparer
- IDataModel.SortImportance
- IDataModel.SortOrder
- IDataModel.Tag
- IDisposable.Dispose()