Class RadzenBreadCrumbItem
Bread Crumb Item Component
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenBreadCrumbItem : RadzenComponent, IDisposable
Properties
ChildContent
Template Parameter used only for this Item Note: this overrides the Template Cascading Parameter
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment |
Icon
An optional Icon to be rendered
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconColor
Gets or sets the icon color.
Declaration
public string IconColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon color. |
Path
An optional Link to be rendendered
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
Cascaded Template Parameter from RadzenBreadCrumb Component
Declaration
public RenderFragment<RadzenBreadCrumbItem> Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<RadzenBreadCrumbItem> |
Text
The Displayed Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable