DashboardViewCreatedEventArgs.View Property
In This Article
Specifies the Dashboard View to be customized in the XafApplication.DashboardViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public DashboardView View { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
When handling the XafApplication.DashboardViewCreated event, use this property to access the just created Dashboard View and customize it.
See Also