Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenProfileMenu

    RadzenProfileMenu component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenComponentWithChildren
    RadzenProfileMenu
    Implements
    IDisposable
    Inherited Members
    RadzenComponentWithChildren.ChildContent
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenProfileMenu : RadzenComponentWithChildren, IDisposable
    Examples
    <RadzenProfileMenu>
        <RadzenProfileMenuItem Text="Data">
            <RadzenProfileMenuItem Text="Orders" Path="orders" />
            <RadzenProfileMenuItem Text="Employees" Path="employees" />
        </RadzenProfileMenuItemItem>
    </RadzenProfileMenu>

    Properties

    Click

    Gets or sets the click callback.

    Declaration
    public EventCallback<RadzenProfileMenuItem> Click { get; set; }
    Property Value
    Type Description
    EventCallback<RadzenProfileMenuItem>

    The click callback.

    ShowIcon

    Show/Hide the "arrow down" icon

    Declaration
    public bool ShowIcon { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show the "arrow down" icon.

    Template

    Gets or sets the template.

    Declaration
    public RenderFragment Template { get; set; }
    Property Value
    Type Description
    RenderFragment

    The template.

    Methods

    AddItem(RadzenProfileMenuItem)

    Adds the item.

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

    The item.

    Close()

    Closes this instance.

    Declaration
    public void Close()

    GetComponentCssClass()

    Gets the component CSS class.

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

    Toggle(MouseEventArgs)

    Toggles the menu open/close state.

    Declaration
    public async Task Toggle(MouseEventArgs args)
    Parameters
    Type Name Description
    MouseEventArgs args

    The instance containing the event data.

    Returns
    Type Description
    Task

    Implements

    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