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