Enum TabRenderMode
Specifies the ways a RadzenTabs component renders its items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum TabRenderMode
Fields
| Name | Description |
|---|---|
| Client | The RadzenTabs components switches its items client-side. All items are rendered and the unselected ones are hidden with CSS. |
| Server | The RadzenTabs component switches its items server side. Only the selected item is rendered. |