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

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace

In This Article

Contains classes and interfaces that allow you to configure your ASP.NET Core Blazor application in the fluent API-based application builder.

Assemblies: DevExpress.ExpressApp.AuditTrail.Xpo.v24.2.dll, DevExpress.ExpressApp.Blazor.v24.2.dll, DevExpress.ExpressApp.Dashboards.Blazor.v24.2.dll, DevExpress.ExpressApp.FileAttachment.Blazor.v24.2.dll, DevExpress.ExpressApp.Notifications.Blazor.v24.2.dll, DevExpress.ExpressApp.Office.Blazor.v24.2.dll, DevExpress.ExpressApp.ReportsV2.Blazor.v24.2.dll, DevExpress.ExpressApp.Scheduler.Blazor.v24.2.dll, DevExpress.ExpressApp.Validation.Blazor.v24.2.dll

NuGet Packages: DevExpress.ExpressApp.AuditTrail.Xpo, DevExpress.ExpressApp.Blazor, DevExpress.ExpressApp.Dashboards.Blazor, DevExpress.ExpressApp.FileAttachment.Blazor, DevExpress.ExpressApp.Notifications.Blazor, DevExpress.ExpressApp.Office.Blazor, DevExpress.ExpressApp.ReportsV2.Blazor, DevExpress.ExpressApp.Scheduler.Blazor, DevExpress.ExpressApp.Validation.Blazor

#Classes

Name Description
AuditTrailXpoApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Audit Trail Module (XPO) to your application.
BlazorSecurityBuilderExtensions static Extends the IBlazorSecurityBuilder interface with methods to configure authentication in your application.
DashboardsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Dashboards Module to your application.
FileAttachmentsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the File Attachments Module to your application.
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.
OfficeOptions Contains options that you can use to configure the Office Module.
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.
ValidationApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Validation Module to your application.

#Interfaces

Name Description
IBlazorApplicationBuilder The fluent API-based application builder that allows you to configure your ASP.NET Core Blazor application (add extra Modules, enable the Security System, and so on).
IBlazorSecurityBuilder The fluent API-based builder that allows you to configure the Security System in your ASP.NET Core Blazor application.