Class TreeItemContextMenuEventArgs
Supplies information about a ItemContextMenu event that is being raised.
Inheritance
System.Object
TreeItemContextMenuEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class TreeItemContextMenuEventArgs : Microsoft.AspNetCore.Components.Web.MouseEventArgs
Properties
Text
Gets the tree item text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the tree item value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |