Class ContextMenuItem
Class ContextMenuItem.
Inherited Members
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 |
|
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. |