Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.12 KB

structure.md

File metadata and controls

35 lines (22 loc) · 1.12 KB
title page_title description slug tags published position
Structure
Structure - RadBreadcrumb
Check our Web Forms article about Structure.
breadcrumb/structure
structure
true
2

Structure

The structure of the RadBreadcrumb control is as follows:

Icon types

The Breadcrumb consists of items separated by a DelimiterIcon. The items are represented as BreadcrumbItem instances. Each of them can hold Icon, Text, navigational URL (Href), and custom attributes.

Two types of items are exposed - RootItem and Item:

  • The RootItem by default is rendered as a clickable icon - the Root Icon.
  • Each Item by default is rendered with its text only. Items can also have their own icons - Item Icon.

More detailed information about the items and icons in RadBreadcrumb you can find in the respective documentation articles:

  • [Items]({%slug breadcrumb/functionality/items%})
  • [Icons]({%slug breadcrumb/functionality/icons%})

See Also

  • [Items]({%slug breadcrumb/functionality/items%})
  • [Icons]({%slug breadcrumb/functionality/icons%})