Class NavigationComponentBase
- Namespace
- Dynamicweb.CoreUI.Navigation
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class NavigationComponentBase : UiComponentBase
- Inheritance
-
NavigationComponentBase
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
NavigationComponentBase()
public NavigationComponentBase()
NavigationComponentBase(NavigationComponentDisplayState)
public NavigationComponentBase(NavigationComponentDisplayState state)
Parameters
state
NavigationComponentDisplayState
Properties
DisplayState
public NavigationComponentDisplayState DisplayState { get; }
Property Value
- NavigationComponentDisplayState
ShowAddAction
public bool ShowAddAction { get; set; }
Property Value
- bool
ShowAdditionalActions
public bool ShowAdditionalActions { get; set; }
Property Value
- bool
ShowContextActions
public bool ShowContextActions { get; set; }
Property Value
- bool
ShowDecorations
public bool ShowDecorations { get; set; }
Property Value
- bool
ShowSearchField
public bool ShowSearchField { get; set; }
Property Value
- bool
ShowTitle
public bool ShowTitle { get; set; }
Property Value
- bool