Skip to main content
A newer version of this page is available. .

DashboardViewItem.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.Editors

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public void Setup(
    IObjectSpace objectSpace,
    XafApplication application
)

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.

See Also