Bread Crumb Item Component
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
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, IHandleAfterRenderTemplate 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 |