Skip to main content
All docs
V25.2
  • IModelOptionsBlazor.RefreshViewOnTabFocus Property

    Refreshes the View data source on tab focus in an ASP.NET Core Blazor application that uses the TabbedMDI UIType.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

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

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    [DefaultValue(false)]
    [ModelBrowsable(typeof(TabbedMdiOptionModelVisibilityCalculator))]
    bool RefreshViewOnTabFocus { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true if XAF should refresh the View data source on tab focus; otherwise, false.

    See Also