Skip to main content
.NET 6.0+

DashboardView Constructors

A Dashboard View.
Name Parameters Description
DashboardView(IObjectSpace, XafApplication, Boolean) objectSpace, application, isRoot Creates an instance of the DashboardView class with the specified settings.
DashboardView(IModelDashboardView, IObjectSpace, XafApplication, Boolean) model, objectSpace, application, isRoot Creates an instance of the DashboardView class with the specified settings.
See Also