Class BreadcrumbCollapseMode
Defines the collapse mode of the Breadcrumb component.
Inheritance
System.Object
BreadcrumbCollapseMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class BreadcrumbCollapseMode : Enum
Fields
Auto
Items are automatically collapsed based on the width of the Breadcrumb.
Declaration
public const BreadcrumbCollapseMode Auto
Field Value
BreadcrumbCollapseMode
|
None
All items are positioned on the same row.
Declaration
public const BreadcrumbCollapseMode None
Field Value
BreadcrumbCollapseMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Wrap
Items are wrapped on multiple rows when their total width is wider than the width of the Breadcrumb.
Declaration
public const BreadcrumbCollapseMode Wrap
Field Value
BreadcrumbCollapseMode
|