Skip to main content
.NET 6.0+

WinDashboardViewerViewItem Class

A View Item that displays the Dashboard Viewer control.

Namespace: DevExpress.ExpressApp.Dashboards.Win

Assembly: DevExpress.ExpressApp.Dashboards.Win.v23.2.dll

Declaration

public class WinDashboardViewerViewItem :
    ViewItem

Remarks

You can access the DashboardViewer control using the WinDashboardViewerViewItem.Viewer property. An example is provided in the How to: Access the Dashboard Control topic.

Inheritance

Object
ViewItem
WinDashboardViewerViewItem
See Also