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

The possible layouts for the popover action buttons applied via flexbox rules.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum PopoverActionsLayoutAlign

Fields

Action Buttons are centered in their container.

C#
Center = 1

Action Buttons are aligned to the end of their container.

C#
End = 2

Action Buttons are aligned to the start of their container.

C#
Start = 0

Action Buttons stretch to fill their container and have equal size.

C#
Stretch = 3
In this article
DefinitionFieldsCenterEndStartStretch
Not finding the help you need?
Contact Support