ContextMenuItem Class

Class ContextMenuItem.

Inheritance

Object

ContextMenuItem

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class ContextMenuItem

Constructors

ContextMenuItemlink

Class ContextMenuItem.

Declaration
public ContextMenuItem()

Properties

Disabledlink

Gets a value indicating whether this instance is disabled.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets a value indicating whether this instance is disabled.

Iconlink

Gets or sets the icon.

Declaration
public string Icon { get; set; }
Property Value
Type Description
stringGets or sets the icon.

IconColorlink

Gets or sets the icon color.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
stringGets or sets the icon color.

Imagelink

Gets or sets the image.

Declaration
public string Image { get; set; }
Property Value
Type Description
stringGets or sets the image.

ImageStylelink

Gets or sets the image style.

Declaration
public string ImageStyle { get; set; }
Property Value
Type Description
stringGets or sets the image style.

Textlink

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

Valuelink

Gets or sets the value.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets or sets the value.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙