Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DashboardViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.DashboardViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.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