A newer version of this page is available.
Switch to the current version.
IModelDashboardView Interface
The DashboardView node defines a particular Dashboard View.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
[ImageName("ModelEditor_DashboardView")]
public interface IModelDashboardView :
IModelView,
IModelNode,
IModelCompositeView,
IModelLayoutManagerOptions
<ImageName("ModelEditor_DashboardView")>
Public Interface IModelDashboardView
Inherits IModelView,
IModelNode,
IModelCompositeView,
IModelLayoutManagerOptions
Related API Members
The following members accept/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
Feedback