Bread Crumb Item Component
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.DefaultUICulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenBreadCrumbItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderBread Crumb Item Component
public RadzenBreadCrumbItem()The RadzenBreadCrumb component this item belongs to. Set via cascading value.
public RadzenBreadCrumb BreadCrumb { get; set; }
| Type | Description |
|---|---|
| RadzenBreadCrumb | The RadzenBreadCrumb component this item belongs to. Set via cascading value. |
Template Parameter used only for this Item Note: this overrides the Template Cascading Parameter
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Template Parameter used only for this Item Note: this overrides the Template Cascading Parameter |
An optional Icon to be rendered
public string Icon { get; set; }
| Type | Description |
|---|---|
| string | An optional Icon to be rendered |
Gets or sets the icon color.
public string IconColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon color. |
An optional Link to be rendendered
public string Path { get; set; }
| Type | Description |
|---|---|
| string | An optional Link to be rendendered |
Cascaded Template Parameter from RadzenBreadCrumb Component
public RenderFragment<RadzenBreadCrumbItem> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenBreadCrumbItem> | Cascaded Template Parameter from RadzenBreadCrumb Component |
The Displayed Text
public string Text { get; set; }
| Type | Description |
|---|---|
| string | The Displayed Text |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |