expressappframework-devexpress-dot-expressapp-dot-editors-716a32e0.md
The PropertyEditors node represents a map of data types and Property Editors registered in an Application Model.
Namespace : DevExpress.ExpressApp.Editors
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public interface IModelRegisteredPropertyEditors :
IModelRegisteredViewItem,
IModelNode,
IModelList<IModelRegisteredPropertyEditor>,
IList<IModelRegisteredPropertyEditor>,
ICollection<IModelRegisteredPropertyEditor>,
IEnumerable<IModelRegisteredPropertyEditor>,
IEnumerable
Public Interface IModelRegisteredPropertyEditors
Inherits IModelRegisteredViewItem,
IModelNode,
IModelList(Of IModelRegisteredPropertyEditor),
IList(Of IModelRegisteredPropertyEditor),
ICollection(Of IModelRegisteredPropertyEditor),
IEnumerable(Of IModelRegisteredPropertyEditor),
IEnumerable
The following members return IModelRegisteredPropertyEditors objects:
You can add a child to this node via the context menu, to specify a Property Editor for your data type.
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
The IModelRegisteredPropertyEditors node represents a list of the IModelRegisteredPropertyEditor nodes.
See Also
IModelRegisteredPropertyEditors Members
Application Model (UI Settings Storage)