Table of Contents

Class MenuItemEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a Click event that is being raised.

public class MenuItemEventArgs : MouseEventArgs
Inheritance
MenuItemEventArgs
Inherited Members

Constructors

MenuItemEventArgs()

public MenuItemEventArgs()

Properties

Path

Gets the path path of the clicked item.

public string Path { get; }

Property Value

string

Text

Gets text of the clicked item.

public string Text { get; }

Property Value

string

Value

Gets the value of the clicked item.

public object Value { get; }

Property Value

object