Enum
BreadcrumbCollapseMode

Defines the collapse mode of the Breadcrumb component.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum BreadcrumbCollapseMode

Fields

Auto

Items are automatically collapsed based on the width of the Breadcrumb.

Declaration

cs-api-definition
Auto = 0

Field Value

BreadcrumbCollapseMode

None

All items are positioned on the same row.

Declaration

cs-api-definition
None = 2

Field Value

BreadcrumbCollapseMode

Wrap

Items are wrapped on multiple rows when their total width is wider than the width of the Breadcrumb.

Declaration

cs-api-definition
Wrap = 1

Field Value

BreadcrumbCollapseMode

In this article
DefinitionFieldsAutoNoneWrap
Not finding the help you need?
Contact Support