General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
DashboardViewCreatedEventArgs(DashboardView) Constructor
Initializes a new instance of the DashboardViewCreatedEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | DashboardView | A DashboardView object that represents a Dashboard View to be customized. |
Parameters
Name | Type | Description |
---|---|---|
view | DashboardView | A DashboardView object that represents a Dashboard View to be customized. |
Parameters
Name | Type | Description |
---|---|---|
view | DashboardView | A DashboardView object that represents a Dashboard View to be customized. |
Remarks
Since instances of the DashboardViewCreatedEventArgs class are automatically created and passed to handlers of the XafApplication.DashboardViewCreated event, you do not need to call this constructor from your applications.
See Also
Feedback