Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.dll

    Declaration

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

    Parameters

    Name Type
    id String
    objectType Type
    asyncMode Boolean
    See Also