ClassMenuPopupSettingsBase
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
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
[Parameter]
public PopupCollision HorizontalCollision { get; set; }
Property Value
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
[Parameter]
public PopupCollision VerticalCollision { get; set; }
Property Value
Methods
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides