Skip to main content
All docs
V25.2
  • BlazorApplication.StartUpActionWindow Property

    Provides access to the Blazor application’s startup Window.

    Namespace: DevExpress.ExpressApp.Blazor

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public Window StartUpActionWindow { get; }

    Property Value

    Type Description
    Window

    An object that represents the current application’s startup Window.

    See Also