Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class ContextMenuItem

    Class ContextMenuItem.

    Inheritance
    System.Object
    ContextMenuItem
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class ContextMenuItem : object

    Properties

    Disabled

    Gets a value indicating whether this instance is disabled.

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

    true if this instance is disabled; otherwise, false.

    Icon

    Gets or sets the icon.

    Declaration
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String

    The icon.

    IconColor

    Gets or sets the icon color.

    Declaration
    public string IconColor { get; set; }
    Property Value
    Type Description
    System.String

    The icon color.

    Image

    Gets or sets the image.

    Declaration
    public string Image { get; set; }
    Property Value
    Type Description
    System.String

    The image.

    ImageStyle

    Gets or sets the image style.

    Declaration
    public string ImageStyle { get; set; }
    Property Value
    Type Description
    System.String

    The image style.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Value

    Gets or sets the value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The value.

    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