In This Article

IPropertyEditorsProvider Interface

Provides the base requirements for an object that has a collection of property editors.

public interface IPropertyEditorsProvider

Properties

PropertyEditors

Gets the property editors to append to the collection.

PropertyEditorCollection PropertyEditors { get; }

Property Value

PropertyEditorCollection:

The property editors to append to the collection.