Class MenuPopupSettingsBase
Defines the popup settings for the component.
Inheritance
Namespace: Telerik.Blazor.Components.Common.Menu
Assembly: Telerik.Blazor.dll
Syntax
public class MenuPopupSettingsBase : ComponentBase, IDisposable
Constructors
MenuPopupSettingsBase()
Declaration
public MenuPopupSettingsBase()
Properties
HorizontalCollision
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.
Declaration
public PopupCollision HorizontalCollision { get; set; }
Property Value
PopupCollision
|
VerticalCollision
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.
Declaration
public PopupCollision VerticalCollision { get; set; }
Property Value
PopupCollision
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()