Skip to main content
All docs
V26.1
  • BlazorControlViewItem.Refresh() Method

    Re-renders the Razor component when the current Detail View is refreshed.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

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

    Declaration

    public override void Refresh()

    Remarks

    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