Back to Devexpress

DashboardViewItem Class

expressappframework-devexpress-dot-expressapp-dot-editors-4ab4506e.md

latest2.6 KB
Original Source

DashboardViewItem Class

Represents a View Item that displays a View in a nested Frame.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class DashboardViewItem :
    ViewItem,
    IComplexViewItem,
    IFrameContainer
vb
Public Class DashboardViewItem
    Inherits ViewItem
    Implements IComplexViewItem,
               IFrameContainer

Remarks

Beside List Views and Detail Views, XAF supports a special View type - the DashboardView. A Dashboard View is used to display several Views side-by-side in a single Frame (on a single screen). Each View displayed on a dashboard is represented by a DashboardViewItem. To display its View, a DashboardViewItem creates a nested Frame, which you can access via the DashboardViewItem.Frame property. To access the displayed View, use the DashboardViewItem.InnerView property.

To learn how to add the DashboardViewItem to a Dashboard View, and configure it, refer to the How to: Display Several Views Side-by-Side help topic.

Implements

IComplexViewItem

Inheritance

Object ViewItem DashboardViewItem

See Also

DashboardViewItem Members

ViewItemAttribute

DevExpress.ExpressApp.Editors Namespace