Back to Devexpress

WinDashboardViewerViewItem.Viewer Property

expressappframework-devexpress-dot-expressapp-dot-dashboards-dot-win-dot-windashboardviewerviewitem.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Dashboards.Win

Declaration

csharp
public DashboardViewer Viewer { get; }
vb
Public ReadOnly Property Viewer As DashboardViewer

Property Value

TypeDescription
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

WinDashboardViewerViewItem Class

WinDashboardViewerViewItem Members

DevExpress.ExpressApp.Dashboards.Win Namespace