Back to Devexpress

IModelObjectView Interface

expressappframework-devexpress-dot-expressapp-dot-model-87ebbb0a.md

latest1.7 KB
Original Source

IModelObjectView Interface

Serves as a base interface for the IModelListView and IModelDetailView interfaces.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelObjectView :
    IModelView,
    IModelNode
vb
Public Interface IModelObjectView
    Inherits IModelView,
             IModelNode

The following members return IModelObjectView objects:

Remarks

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

See Also

IModelObjectView Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace