ClassMenuPopupSettings
Class
Defines the popup settings for the component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class MenuPopupSettings : MenuPopupSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseMenuPopupSettingsBaseMenuPopupSettings
Implements:
Inherited Members
Constructors
MenuPopupSettings()
Declaration
cs-api-definition
public MenuPopupSettings()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides