Class ContentLoad
Specifies the options of Tab content display mode.
Inheritance
System.Object
ContentLoad
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ContentLoad : Enum
Fields
Demand
The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
Declaration
public const ContentLoad Demand
Field Value
Type | Description |
---|---|
ContentLoad |
Dynamic
The content of the selected tab alone will be loaded and available in DOM and it will be replaced with the corresponding content if you select the tab dynamically.
Declaration
public const ContentLoad Dynamic
Field Value
Type | Description |
---|---|
ContentLoad |
Init
The content of all the tabs are rendered on the initial load and maintained in the DOM.
Declaration
public const ContentLoad Init
Field Value
Type | Description |
---|---|
ContentLoad |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |