Specifies the ways a RadzenAccordion component renders its items.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum AccordionRenderMode| Name | Description |
|---|---|
| Server | The RadzenAccordion component switches its items server side. The component re-renders on every expand/collapse. |
| Client | The RadzenAccordion component switches its items client-side. All items are rendered and the expand/collapse is handled with JavaScript. |