Table of Contents

Class ContextMenuItem

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Class ContextMenuItem.

public class ContextMenuItem
Inheritance
ContextMenuItem
Inherited Members

Constructors

ContextMenuItem()

public ContextMenuItem()

Properties

Disabled

Gets a value indicating whether this instance is disabled.

public bool Disabled { get; set; }

Property Value

bool

true if this instance is disabled; otherwise, false.

Icon

Gets or sets the icon.

public string Icon { get; set; }

Property Value

string

The icon.

IconColor

Gets or sets the icon color.

public string IconColor { get; set; }

Property Value

string

The icon color.

Image

Gets or sets the image.

public string Image { get; set; }

Property Value

string

The image.

ImageStyle

Gets or sets the image style.

public string ImageStyle { get; set; }

Property Value

string

The image style.

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

The text.

Value

Gets or sets the value.

public object Value { get; set; }

Property Value

object

The value.