Table of Contents

Class NavigationArea

Namespace
Dynamicweb.CoreUI.Navigation
Assembly
Dynamicweb.CoreUI.dll
public sealed class NavigationArea : ActionNode
Inheritance
NavigationArea
Inherited Members
Extension Methods

Properties

Context

public NavigationContext? Context { get; set; }

Property Value

NavigationContext

ContextActions

public List<ActionNode> ContextActions { get; set; }

Property Value

List<ActionNode>

CountryCode

public string CountryCode { get; set; }

Property Value

string

Hint

public string Hint { get; set; }

Property Value

string

PrependIcon

public Icon? PrependIcon { get; set; }

Property Value

Icon

Selected

public bool Selected { get; set; }

Property Value

bool
To top