Defines the popup settings for the component.
Definition
Namespace:Telerik.Blazor.Components.Common.Menu
Assembly:Telerik.Blazor.dll
Syntax:
public class MenuPopupSettingsBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseMenuPopupSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
public MenuPopupSettingsBase()
Methods
public void Dispose()
Implements:
protected override void OnInitialized()
Overrides:
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.
[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.
[Parameter]
public PopupCollision VerticalCollision { get; set; }