Table of Contents

Class Breadcrumbs

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Breadcrumbs configuration of the page.

public sealed class Breadcrumbs
Inheritance
object
Breadcrumbs
Extension Methods

Properties

IsSignificant

Indicates significant breadcrumb item.

public bool IsSignificant { get; set; }

Property Value

bool

Label

Label of the item used in the breadcrumbs.

public string Label { get; set; }

Property Value

string

Show

Indicates if item should be visible in the breadcrumbs.

public bool Show { get; set; }

Property Value

bool

StatusComponent

Status component shown in breadcrumbs.

public IBreadcrumbsStatusComponent StatusComponent { get; set; }

Property Value

IBreadcrumbsStatusComponent

Remarks

The status is shared for all child pages until next page with breadcrumbs with IsSignificant flag.