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 |
|
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. |