menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContentLoad - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ContentLoad

    Enum for the different options for displaying tab content.

    Inheritance
    System.Object
    ContentLoad
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ContentLoad : Enum

    Fields

    Demand

    Only the content of the selected tab is loaded initially. The content of tabs that have been loaded once will be maintained in the DOM.

    Declaration
    public const ContentLoad Demand
    Field Value
    Type
    ContentLoad

    Dynamic

    Only the content of the selected tab is loaded and available in the DOM, and it will be replaced with the corresponding content if the tab is selected dynamically.

    Declaration
    public const ContentLoad Dynamic
    Field Value
    Type
    ContentLoad

    Init

    The content of all tabs is rendered on the initial load and maintained in the DOM.

    Declaration
    public const ContentLoad Init
    Field Value
    Type
    ContentLoad
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved