Back to Devexpress

DashboardDesignerShownEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-dashboards-dot-win-fad7c1b5.md

latest2.3 KB
Original Source

DashboardDesignerShownEventArgs Class

Arguments, passed to the DashboardDesignerManager.DashboardDesignerCreated event.

Namespace : DevExpress.ExpressApp.Dashboards.Win

Assembly : DevExpress.ExpressApp.Dashboards.Win.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Dashboards.Win

Declaration

csharp
public class DashboardDesignerShownEventArgs :
    EventArgs
vb
Public Class DashboardDesignerShownEventArgs
    Inherits EventArgs

DashboardDesignerShownEventArgs is the data class for the following events:

Remarks

The DashboardDesignerManager.DashboardDesignerCreated event allows you to access the WinForms DashboardDesigner control used to create and modify dashboards in WinForms XAF applications.

The DashboardDesignerShownEventArgs.DashboardDesigner event parameter returns the created DashboardDesigner controls and allows you to customize them.

Inheritance

Object EventArgs DashboardDesignerShownEventArgs

See Also

DashboardDesignerShownEventArgs Members

DevExpress.ExpressApp.Dashboards.Win Namespace