Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress.ExpressApp.Win.ApplicationBuilder Namespace

Contains classes and interfaces that allow you to configure your WinForms application in the fluent API-based application builder.

Assemblies: DevExpress.ExpressApp.AuditTrail.Xpo.v23.2.dll, DevExpress.ExpressApp.Chart.Win.v23.2.dll, DevExpress.ExpressApp.Dashboards.Win.v23.2.dll, DevExpress.ExpressApp.FileAttachment.Win.v23.2.dll, DevExpress.ExpressApp.Kpi.v23.2.dll, DevExpress.ExpressApp.Notifications.Win.v23.2.dll, DevExpress.ExpressApp.Office.Win.v23.2.dll, DevExpress.ExpressApp.PivotChart.Win.v23.2.dll, DevExpress.ExpressApp.PivotGrid.Win.v23.2.dll, DevExpress.ExpressApp.ReportsV2.Win.v23.2.dll, DevExpress.ExpressApp.Scheduler.Win.v23.2.dll, DevExpress.ExpressApp.ScriptRecorder.Win.v23.2.dll, DevExpress.ExpressApp.Security.EFCore.Extensions.Win.v23.2.dll, DevExpress.ExpressApp.Security.Xpo.Extensions.Win.v23.2.dll, DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll, DevExpress.ExpressApp.Validation.Win.v23.2.dll, DevExpress.ExpressApp.Win.v23.2.dll

NuGet Packages: DevExpress.ExpressApp.AuditTrail.Xpo, DevExpress.ExpressApp.Chart.Win, DevExpress.ExpressApp.Dashboards.Win, DevExpress.ExpressApp.FileAttachment.Win, DevExpress.ExpressApp.Kpi, DevExpress.ExpressApp.Notifications.Win, DevExpress.ExpressApp.Office.Win, DevExpress.ExpressApp.PivotChart.Win, DevExpress.ExpressApp.PivotGrid.Win, DevExpress.ExpressApp.ReportsV2.Win, DevExpress.ExpressApp.Scheduler.Win, DevExpress.ExpressApp.ScriptRecorder.Win, DevExpress.ExpressApp.Security.EFCore.Extensions.Win, DevExpress.ExpressApp.Security.Xpo.Extensions.Win, DevExpress.ExpressApp.TreeListEditors.Win, DevExpress.ExpressApp.Validation.Win, DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Classes

Name Description
AuditTrailXpoApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Audit Trail Module (XPO) to your application.
ChartsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Charts Module to your application.
DashboardsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Dashboards Module to your application.
EFCoreMiddleTierSecurityEvents Stores handlers for EF Core Middle Tier Security events.
EFCoreMiddleTierSecurityExtensions static Extends the IWinSecurityBuilder interface with methods to configure EF Core Middle Tier Security.
EFCoreMiddleTierSecurityOptions Contains options that you can use to configure EF Core Middle Tier Security.
FileAttachmentsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the File Attachments Module to your application.
KpiApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the KPI Module to your application.
MiddleTierAuthenticationBuilderExtensions static Extends the IMiddleTierAuthenticationBuilder interface with methods to configure Middle Tier Security authentication in your application.
MiddleTierSecurityEvents Stores handlers for XPO Middle Tier Security events.
MiddleTierSecurityExtensions static Extends the IWinSecurityBuilder interface with methods to configure XPO Middle Tier Security.
MiddleTierSecurityOptions Contains options that you can use to configure XPO Middle Tier Security.
NotificationsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Notifications Module to your application.
OfficeApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Office Module to your application.
PivotChartApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Pivot Chart Module to your application.
PivotGridApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Pivot Grid Module to your application.
ReportsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Reports V2 Module to your application.
SchedulerApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Scheduler Module to your application.
ScriptRecorderApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Script Recorder Module to your application.
TreeListEditorsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Tree List Editors Module to your application.
ValidationApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Validation Module to your application.
WinSecurityBuilderExtensions static Extends the IWinAuthenticationBuilder interface with methods to configure authentication in your application.

Interfaces

Name Description
IEFCoreMiddleTierAuthenticationBuilder The fluent API-based builder that allows you to configure EF Core Middle Tier Security in your WinForms application.
IMiddleTierAuthenticationBuilder The fluent API-based builder that allows you to configure XPO Middle Tier Security in your WinForms application.
IWinApplicationBuilder The fluent API-based application builder that allows you to configure your WinForms application (add extra Modules, enable the Security System, and so on).
IWinAuthenticationBuilder The fluent API-based builder that allows you to configure the Security System in Integrated Mode in your WinForms application.
IWinSecurityBuilder The fluent API-based builder that allows you to configure the Security System in your WinForms application.