Table of Contents

Enum TabRenderMode

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the ways a RadzenTabs component renders its items.

public enum TabRenderMode
Extension Methods

Fields

Client = 1

The RadzenTabs components switches its items client-side. All items are rendered and the unselected ones are hidden with CSS.

Server = 0

The RadzenTabs component switches its items server side. Only the selected item is rendered.