DashboardViewCreatedEventArgs Class
In This Article
Represents arguments passed to the XafApplication.DashboardViewCreated event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public class DashboardViewCreatedEventArgs :
ViewCreatedEventArgs
#Remarks
The DashboardViewCreatedEventArgs class declares the DashboardViewCreatedEventArgs.View property specific to the XafApplication.DashboardViewCreated event which is designed to customize a newly created Dashboard View.
#Inheritance
Object
EventArgs
ViewCreatedEventArgs
DashboardViewCreatedEventArgs
See Also