Class ContextMenuOptions.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ContextMenuOptionsGets or sets the child content.
public RenderFragment<ContextMenuService> ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment<ContextMenuService> | Gets or sets the child content. |
Gets or sets the click.
public Action<MenuItemEventArgs> Click { get; set; }
| Type | Description |
|---|---|
| Action<MenuItemEventArgs> | Gets or sets the click. |
Gets or sets the items.
public IEnumerable<ContextMenuItem> Items { get; set; }
| Type | Description |
|---|---|
| IEnumerable<ContextMenuItem> | Gets or sets the items. |