Class RadzenBreadCrumb
A component to display a Bread Crumb style menu
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenBreadCrumb : RadzenComponentWithChildren, IDisposable
Properties
Template
An optional RenderFragment that is rendered per Item
Declaration
public RenderFragment<RadzenBreadCrumbItem> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenBreadCrumbItem> |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable