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

DashboardViewCreatedEventArgs.View Property

Specifies the Dashboard View to be customized in the XafApplication.DashboardViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DashboardView View { get; }

Property Value

Type Description
DashboardView

A DashboardView object to be customized.

Remarks

When handling the XafApplication.DashboardViewCreated event, use this property to access the just created Dashboard View and customize it.

See Also