Back to Devexpress

IModelDashboardViewItem Interface

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

latest1.8 KB
Original Source

IModelDashboardViewItem Interface

The DashboardViewItem node defines a View Item displaying a View.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelDashboardViewItem :
    IModelViewItem,
    IModelNode
vb
Public Interface IModelDashboardViewItem
    Inherits IModelViewItem,
             IModelNode

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

IModelDashboardViewItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Detail View Layout Customization

DevExpress.ExpressApp.Model Namespace