Skip to main content
.NET 6.0+

DashboardViewCreatingEventArgs.View Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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