DashboardViewCreatingEventArgs(String, IObjectSpace) Constructor
Initializes a new instance of the DashboardViewCreatingEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewId | String | A string value that represents the ID of the Dashboard View to be created. |
objectSpace | IObjectSpace | An IObjectSpace object representing the Object Space to be used by the created Dashboard View. |
Remarks
Since instances of the DashboardViewCreatingEventArgs class are automatically created and passed to handlers of the XafApplication.DashboardViewCreating event, you do not need to call this constructor from your applications.
See Also