Back to Devexpress

CreateCustomFormEventArgs Class

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

latest2.0 KB
Original Source

CreateCustomFormEventArgs Class

Arguments, passed to the DashboardDesignerManager.CreateCustomForm event.

Namespace : DevExpress.ExpressApp.Dashboards.Win

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

NuGet Package : DevExpress.ExpressApp.Dashboards.Win

Declaration

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

CreateCustomFormEventArgs is the data class for the following events:

Remarks

The DashboardDesignerManager.CreateCustomForm event allows you to create a custom XtraForm with the DashboardDesigner. Assign the custom Form to the CreateCustomFormEventArgs.Form property.

Inheritance

Object EventArgs CreateCustomFormEventArgs

See Also

CreateCustomFormEventArgs Members

DevExpress.ExpressApp.Dashboards.Win Namespace