Creates a new instance of the WebDashboardViewerViewItem class.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v18.2.dll
public WebDashboardViewerViewItem(
string id,
Type objectType
)
Public Sub New(
id As String,
objectType As Type
)
Type | Name | Description |
---|---|---|
String | id | A Type object specifying the type of object for which the current View Item's View is created. |
Type | objectType | A string specifying the identifier of the View Item. |