Back to Devexpress

IModelView Interface

expressappframework-devexpress-dot-expressapp-dot-model-eff0e8be.md

latest2.4 KB
Original Source

IModelView Interface

Serves as the base interface for the IModelListView, IModelDetailView and IModelDashboardView interfaces.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DisplayProperty("Id")]
public interface IModelView :
    IModelNode
vb
<DisplayProperty("Id")>
Public Interface IModelView
    Inherits IModelNode

The following members return IModelView 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

IModelView Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace