Class
ContextMenuPopupSettings

Defines the popup settings for the component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ContextMenuPopupSettings : MenuPopupSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseMenuPopupSettingsBaseContextMenuPopupSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members MenuPopupSettingsBase.OnInitialized()MenuPopupSettingsBase.Dispose()MenuPopupSettingsBase.HorizontalCollisionMenuPopupSettingsBase.VerticalCollisionComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

ContextMenuPopupSettings()

Declaration

cs-api-definition
public ContextMenuPopupSettings()

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)