Class PopoverCollision
The possible behaviors of the popover when it is about to be displayed outside of the viewport.
Inheritance
System.Object
PopoverCollision
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PopoverCollision : Enum
Fields
Fit
Fit the popover inside the viewport.
Declaration
public const PopoverCollision Fit
Field Value
PopoverCollision
|
Flip
Flip the popover to the opposite side of the acnhor.
Declaration
public const PopoverCollision Flip
Field Value
PopoverCollision
|
value__
Declaration
public int value__
Field Value
System.Int32
|