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

    BlazorControlViewItem.Application Property

    Provides access to BlazorApplication in a Razor component.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

    Assembly: DevExpress.ExpressApp.Blazor.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public BlazorApplication Application { get; }

    Property Value

    Type Description
    BlazorApplication

    An object that provides methods and properties to manage XAF ASP.NET Core Blazor applications.

    Remarks

    You can access this property via the Razor component’s cascading parameter.

    For more information about custom ASP.NET Core Blazor View Items, refer to the following topic: How to Add an Unbound Control (Button) to the Form Layout in an XAF View (with a Fully Custom ViewItem).

    See Also