Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class ContextMenuItem

    Class ContextMenuItem.

    Inheritance
    object
    ContextMenuItem
    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 ContextMenuItem

    Constructors

    ContextMenuItem()

    Class ContextMenuItem.

    Declaration
    public ContextMenuItem()

    Properties

    Disabled

    Gets a value indicating whether this instance is disabled.

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

    true if this instance is disabled; otherwise, false.

    Icon

    Gets or sets the icon.

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

    The icon.

    IconColor

    Gets or sets the icon color.

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

    The icon color.

    Image

    Gets or sets the image.

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

    The image.

    ImageStyle

    Gets or sets the image style.

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

    The image style.

    Text

    Gets or sets the text.

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

    The text.

    Value

    Gets or sets the value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    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