Defines the collapse mode of the Breadcrumb component.
Definition
Fields
Items are automatically collapsed based on the width of the Breadcrumb.
C#
Auto = 0
All items are positioned on the same row.
C#
None = 2
Items are wrapped on multiple rows when their total width is wider than the width of the Breadcrumb.
C#
Wrap = 1