Class PopoverPosition
The possible positions of the popover.
Inheritance
System.Object
PopoverPosition
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PopoverPosition : Enum
Fields
Bottom
Position the popover on the bottom of the anchor.
Declaration
public const PopoverPosition Bottom
Field Value
PopoverPosition
|
Left
Position the popover on the left of the anchor.
Declaration
public const PopoverPosition Left
Field Value
PopoverPosition
|
Right
Position the popover on the right of the anchor.
Declaration
public const PopoverPosition Right
Field Value
PopoverPosition
|
Top
Position the popover on the top of the anchor.
Declaration
public const PopoverPosition Top
Field Value
PopoverPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|