Skip to main content
All docs
V25.2
  • 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

    XAF ASP.NET Core Blazor Application Window Template, DevExpress

    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

    XAF ASP.NET Core Blazor Application Window Template, DevExpress

    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

    XAF ASP.NET Core Blazor Detail Form Template, DevExpress

    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

    XAF ASP.NET Core Blazor Detail Form Template, DevExpress

    LogonWindowTemplate

    Defines the logon window layout and appearance.

    Template: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplate
    Template Content: DevExpress.ExpressApp.Blazor.Templates.LogonWindowTemplateComponent

    XAF ASP.NET Core Blazor Logon Window Template, DevExpress

    NestedFrameTemplate

    Defines the nested frames’ layout and appearance.

    Template: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplate
    Template Content: DevExpress.ExpressApp.Blazor.Templates.NestedFrameTemplateComponent

    XAF ASP.NET Core Blazor Nested Frame Template, DevExpress

    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

    XAF ASP.NET Core Blazor Popup Window Template, DevExpress

    Examples