Class ContextMenuItem.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ContextMenuItemGets a value indicating whether this instance is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets a value indicating whether this instance is disabled. |
Gets or sets the icon.
public string Icon { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon. |
Gets or sets the icon color.
public string IconColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon color. |
Gets or sets the image.
public string Image { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the image. |
Gets or sets the image style.
public string ImageStyle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the image style. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the value.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets or sets the value. |