RadzenBreadCrumbItem Class

Bread Crumb Item Component

Inheritance

Object

ComponentBase

RadzenComponent

RadzenBreadCrumbItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenBreadCrumbItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenBreadCrumbItemLink to this section

Bread Crumb Item Component

Declaration
public RadzenBreadCrumbItem()

Properties

BreadCrumbLink to this section

The RadzenBreadCrumb component this item belongs to. Set via cascading value.

Declaration
public RadzenBreadCrumb BreadCrumb { get; set; }
Property Value
Type Description
RadzenBreadCrumbThe RadzenBreadCrumb component this item belongs to. Set via cascading value.

ChildContentLink to this section

Template Parameter used only for this Item Note: this overrides the Template Cascading Parameter

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragmentTemplate Parameter used only for this Item Note: this overrides the Template Cascading Parameter

IconLink to this section

An optional Icon to be rendered

Declaration
public string Icon { get; set; }
Property Value
Type Description
stringAn optional Icon to be rendered

IconColorLink to this section

Gets or sets the icon color.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
stringGets or sets the icon color.

PathLink to this section

An optional Link to be rendendered

Declaration
public string Path { get; set; }
Property Value
Type Description
stringAn optional Link to be rendendered

TemplateLink to this section

Cascaded Template Parameter from RadzenBreadCrumb Component

Declaration
public RenderFragment<RadzenBreadCrumbItem> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenBreadCrumbItem>Cascaded Template Parameter from RadzenBreadCrumb Component

TextLink to this section

The Displayed Text

Declaration
public string Text { get; set; }
Property Value
Type Description
stringThe Displayed Text

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

DisposeLink to this section

Declaration
public override void Dispose()

GetComponentCssClassLink to this section

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

OnInitializedLink to this section

Declaration
protected override void OnInitialized()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙