Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class ContextMenuOptions

    Class ContextMenuOptions.

    Inheritance
    object
    ContextMenuOptions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class ContextMenuOptions

    Constructors

    ContextMenuOptions()

    Class ContextMenuOptions.

    Declaration
    public ContextMenuOptions()

    Properties

    ChildContent

    Gets or sets the child content.

    Declaration
    public RenderFragment<ContextMenuService> ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment<ContextMenuService>

    The child content.

    Click

    Gets or sets the click.

    Declaration
    public Action<MenuItemEventArgs> Click { get; set; }
    Property Value
    Type Description
    Action<MenuItemEventArgs>

    The click.

    Items

    Gets or sets the items.

    Declaration
    public IEnumerable<ContextMenuItem> Items { get; set; }
    Property Value
    Type Description
    IEnumerable<ContextMenuItem>

    The items.

    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