Class TreeItemContextMenuEventArgs
Supplies information about a ItemContextMenu event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class TreeItemContextMenuEventArgs : MouseEventArgs
Constructors
TreeItemContextMenuEventArgs()
Supplies information about a ItemContextMenu event that is being raised.
Declaration
public TreeItemContextMenuEventArgs()
Properties
Text
Gets the tree item text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the tree item value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
object |