Skip to main content
.NET 6.0+

WinDashboardViewerViewItem(String, Type, Boolean) Constructor

Initializes a new instance of the WinDashboardViewerViewItem class with specified settings.

Namespace: DevExpress.ExpressApp.Dashboards.Win

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

Declaration

public WinDashboardViewerViewItem(
    string id,
    Type objectType,
    bool asyncMode
)

Parameters

Name Type
id String
objectType Type
asyncMode Boolean
See Also