Table of Contents

Class Navigation

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

Navigation configuration of the page.

public sealed class Navigation
Inheritance
object
Navigation
Extension Methods

Properties

Headline

Navigation menu headline.

public string Headline { get; set; }

Property Value

string

IsSignificant

Indicates significant navigation item.

public bool IsSignificant { get; set; }

Property Value

bool

IsTemporary

Indicates that the navigation node is temporary.

public bool IsTemporary { get; set; }

Property Value

bool

Items

Navigation menu items.

public IEnumerable<NavigationItem> Items { get; set; }

Property Value

IEnumerable<NavigationItem>

ShowHeadline

Indicates whether the headline should be displayed.

public bool ShowHeadline { get; set; }

Property Value

bool