BlazorDashboardViewerViewItem.Setup(IObjectSpace, XafApplication) Method
Supplies the Dashboard View Item with information on the application and Object Space of the Dashboard View that uses the View Item.
Namespace: DevExpress.ExpressApp.Dashboards.Blazor.Components
Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Blazor
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An IObjectSpace object that represents the Object Space of the Dashboard View that uses the View Item. |
application | XafApplication | An XafApplication object that can be used to manage the current application. |
Remarks
This method is not intended to be called from your code.
Implements
See Also