Back to Devexpress

IModelPropertyEditor Interface

expressappframework-devexpress-dot-expressapp-dot-model-508afdc4.md

latest1.9 KB
Original Source

IModelPropertyEditor Interface

The PropertyEditor node defines a Property Editor of a particular property.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelPropertyEditor :
    IModelViewItem,
    IModelNode,
    IModelMemberViewItem,
    IModelCommonMemberViewItem,
    IModelToolTip,
    IModelLayoutElement
vb
Public Interface IModelPropertyEditor
    Inherits IModelViewItem,
             IModelNode,
             IModelMemberViewItem,
             IModelCommonMemberViewItem,
             IModelToolTip,
             IModelLayoutElement

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelPropertyEditor Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

PropertyEditor

DevExpress.ExpressApp.Model Namespace