Back to Devexpress

IModelDashboardView Interface

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

latest1.8 KB
Original Source

IModelDashboardView Interface

The DashboardView node defines a particular Dashboard View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ImageName("ModelEditor_DashboardView")]
public interface IModelDashboardView :
    IModelView,
    IModelNode,
    IModelCompositeView,
    IModelLayoutManagerOptions
vb
<ImageName("ModelEditor_DashboardView")>
Public Interface IModelDashboardView
    Inherits IModelView,
             IModelNode,
             IModelCompositeView,
             IModelLayoutManagerOptions

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

IModelDashboardView Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.Model Namespace