Skip to main content
All docs
V26.1
  • BlazorApplication.StartUpActionWindow Property

    Provides access to the Blazor application’s startup Window.

    Namespace: DevExpress.ExpressApp.Blazor

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

    Declaration

    public Window StartUpActionWindow { get; }

    Property Value

    Type Description
    Window

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

    See Also