Back to Devexpress

IModelRegisteredPropertyEditors Interface

expressappframework-devexpress-dot-expressapp-dot-editors-716a32e0.md

latest2.6 KB
Original Source

IModelRegisteredPropertyEditors Interface

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

Declaration

csharp
public interface IModelRegisteredPropertyEditors :
    IModelRegisteredViewItem,
    IModelNode,
    IModelList<IModelRegisteredPropertyEditor>,
    IList<IModelRegisteredPropertyEditor>,
    ICollection<IModelRegisteredPropertyEditor>,
    IEnumerable<IModelRegisteredPropertyEditor>,
    IEnumerable
vb
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:

Remarks

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)

How the XAF Application Model Works

DevExpress.ExpressApp.Editors Namespace