DashboardViewCreatingEventArgs.View Property
Specifies the Dashboard View which is created in the XafApplication.DashboardViewCreating event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
DashboardView | A DashboardView object to be created. |
Remarks
When handling the XafApplication.DashboardViewCreating event, assign the created Dashboard View to this property.
See Also