Skip to main content

WinDashboardViewerViewItem.Viewer Property

Gets the Dashboard Viewer control, used by the Dashboards Module to display dashboards in WinForms applications.

Namespace: DevExpress.ExpressApp.Dashboards.Win

Assembly: DevExpress.ExpressApp.Dashboards.Win.v26.1.dll

NuGet Package: DevExpress.ExpressApp.Dashboards.Win

Declaration

public DashboardViewer Viewer { get; }

Property Value

Type Description
DashboardViewer

A DashboardViewer control.

Remarks

An example of using the Viewer property is provided in the How to: Access the Dashboard Control topic.

See Also