Table of Contents

Class RadzenProfileMenuItem

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenProfileMenuItem component.

public class RadzenProfileMenuItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenProfileMenuItem
Implements
Inherited Members

Constructors

RadzenProfileMenuItem()

public RadzenProfileMenuItem()

Properties

Icon

Gets or sets the icon.

[Parameter]
public string Icon { get; set; }

Property Value

string

The icon.

IconColor

Gets or sets the icon color.

[Parameter]
public string IconColor { get; set; }

Property Value

string

The icon color.

Image

Gets or sets the image.

[Parameter]
public string Image { get; set; }

Property Value

string

The image.

ImageAlternateText

Gets or sets the text.

[Parameter]
public string ImageAlternateText { get; set; }

Property Value

string

The text.

Match

Gets or sets the navigation link match.

[Parameter]
public NavLinkMatch Match { get; set; }

Property Value

NavLinkMatch

The navigation link match.

Menu

Gets or sets the menu.

[CascadingParameter]
public RadzenProfileMenu Menu { get; set; }

Property Value

RadzenProfileMenu

The menu.

Parent

Gets or sets the parent.

[CascadingParameter]
public RadzenProfileMenu Parent { get; set; }

Property Value

RadzenProfileMenu

The parent.

Path

Gets or sets the path.

[Parameter]
public string Path { get; set; }

Property Value

string

The path.

Target

Gets or sets the target.

[Parameter]
public string Target { get; set; }

Property Value

string

The target.

Text

Gets or sets the text.

[Parameter]
public string Text { get; set; }

Property Value

string

The text.

Value

Gets or sets the value.

[Parameter]
public string Value { get; set; }

Property Value

string

The value.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

OnClick(MouseEventArgs)

Handles the Click event.

public Task OnClick(MouseEventArgs args)

Parameters

args MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

Task