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

DashboardViewCreatingEventArgs.View Property

Specifies the Dashboard View which is created in the XafApplication.DashboardViewCreating event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public DashboardView View { get; set; }

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