expressappframework-403450-ui-construction-templates-blazor-application-templates.md
XAF uses built-in Templates to build the application UI.
The sections below describe built-in templates for Blazor applications.
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
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
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
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
Defines the logon window layout and appearance.
Template: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplateComponent
Defines the nested frames’ layout and appearance.
Template: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplate
Template Content: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplateComponent
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