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

Defines the popup settings for the component.

Definition

Constructors

C#
public MenuPopupSettingsBase()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup fits horizontally when there is a collision.

C#
[Parameter]
public PopupCollision HorizontalCollision { get; set; }

Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup flips vertically when there is a collision.

C#
[Parameter]
public PopupCollision VerticalCollision { get; set; }