Blazor Application Templates
- 2 minutes to read
XAF uses built-in Templates to build the application UI.
The sections below describe built-in templates for Blazor applications.
ApplicationWindowTemplate
Defines the main window’s layout and appearance when the application displays the standard UI (the FormStyle property is set to Standard).
Template: DevExpress.ExpressApp.Blazor.Templates.ApplicationWindowTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.ApplicationWindowTemplateComponent

ApplicationRibbonWindowTemplate
Defines the main window’s layout and appearance when the application displays the ribbon UI (the FormStyle property is set to Ribbon).
Template: DevExpress.ExpressApp.Blazor.Templates.ApplicationRibbonWindowTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.ApplicationRibbonWindowTemplateComponent

DetailFormTemplate
Defines a tab content’s layout and appearance in TabbedMDI mode when the application displays the standard UI (the UIType property is set to TabbedMDI and the FormStyle property is set to Standard).
Template: DevExpress.ExpressApp.Blazor.Templates.DetailFormTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.DetailFormTemplateComponent

DetailRibbonFormTemplate
Defines a tab content’s layout and appearance in TabbedMDI mode when the application displays the ribbon UI (the UIType property is set to TabbedMDI and the FormStyle property is set to Ribbon).
Template: DevExpress.ExpressApp.Blazor.Templates.DetailRibbonFormTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.DetailRibbonFormTemplateComponent

LogonWindowTemplate
Defines the logon window layout and appearance.
Template: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplateComponent

NestedFrameTemplate
Defines the nested frames’ layout and appearance.
Template: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplateComponent

PopupWindowTemplate
Defines the popup window layout and appearance. Examples: How to: Adjust the Size and Style of Pop-up Dialogs (Blazor).
Template: DevExpress.ExpressApp.Blazor.Templates.PopupWindowTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.PopupWindowTemplateComponent
