Gets the collection of custom editors for this PropertyGrid instance.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public EditorCollection Editors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Editors As EditorCollection

Implements

IExtendInPlaceEditors..::.Editors

Remarks

Add editors to this collection to define how to edit custom types or to customise the display of specific properties.

See Also