New to Telerik UI for BlazorStart a free 30-day trial

Controls the expansion behavior of PanelBar items, determining how many items can be expanded simultaneously. Use this to create accordion-style behavior or allow multiple expanded sections based on your UI requirements.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum PanelBarExpandMode

Fields

Allows multiple PanelBar items to remain expanded simultaneously, giving users full control over panel visibility. Users can expand and collapse items independently without affecting the state of other items. Best suited for scenarios where users need to compare content or maintain context across multiple sections.

C#
Multiple = 1

Restricts expansion to only one PanelBar item at a time, creating accordion-style behavior. When a user expands a new item, any previously expanded items at the same level are automatically collapsed. Ideal for conserving screen space and maintaining a clean, organized layout with focused content viewing.

C#
Single = 0
In this article
DefinitionFieldsMultipleSingle
Not finding the help you need?
Contact Support