Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenPanelMenu

    RadzenPanelMenu component.

    Inheritance
    object
    ComponentBase
    RadzenComponent
    RadzenComponentWithChildren
    RadzenPanelMenu
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.OnInitialized()
    RadzenComponent.OnAfterRenderAsync(bool)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.CurrentStyle
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenPanelMenu : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Examples
    <RadzenPanelMenu>
        <RadzenPanelMenuItem Text="Data">
            <RadzenPanelMenuItem Text="Orders" Path="orders" />
            <RadzenPanelMenuItem Text="Employees" Path="employees" />
        </RadzenPanelMenuItemItem>
    </RadzenPanelMenu>

    Constructors

    RadzenPanelMenu()

    RadzenPanelMenu component.

    Declaration
    public RadzenPanelMenu()
    Examples
    <RadzenPanelMenu>
        <RadzenPanelMenuItem Text="Data">
            <RadzenPanelMenuItem Text="Orders" Path="orders" />
            <RadzenPanelMenuItem Text="Employees" Path="employees" />
        </RadzenPanelMenuItemItem>
    </RadzenPanelMenu>

    Properties

    Click

    Gets or sets the click callback.

    Declaration
    [Parameter]
    public EventCallback<MenuItemEventArgs> Click { get; set; }
    Property Value
    Type Description
    EventCallback<MenuItemEventArgs>

    The click callback.

    DisplayStyle

    Gets or sets the display style.

    Declaration
    [Parameter]
    public MenuItemDisplayStyle DisplayStyle { get; set; }
    Property Value
    Type Description
    MenuItemDisplayStyle

    Match

    Gets or sets a value representing the URL matching behavior.

    Declaration
    [Parameter]
    public NavLinkMatch Match { get; set; }
    Property Value
    Type Description
    NavLinkMatch

    Multiple

    Gets or sets a value indicating whether multiple items can be expanded.

    Declaration
    [Parameter]
    public bool Multiple { get; set; }
    Property Value
    Type Description
    bool

    true if multiple items can be expanded; otherwise, false.

    ShowArrow

    Gets or sets the show arrow.

    Declaration
    [Parameter]
    public bool ShowArrow { get; set; }
    Property Value
    Type Description
    bool

    Methods

    AddItem(RadzenPanelMenuItem)

    Adds the item.

    Declaration
    public void AddItem(RadzenPanelMenuItem item)
    Parameters
    Type Name Description
    RadzenPanelMenuItem item

    The item.

    BuildRenderTree(RenderTreeBuilder)

    RadzenPanelMenu component.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    string
    Overrides
    RadzenComponent.GetComponentCssClass()

    SetParametersAsync(ParameterView)

    Called by the Blazor runtime when parameters are set.

    Declaration
    public override Task SetParametersAsync(ParameterView parameters)
    Parameters
    Type Name Description
    ParameterView parameters

    The parameters.

    Returns
    Type Description
    Task
    Overrides
    RadzenComponent.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT