The available item types in a GuidedNavigation control.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum GuidedNavigationItemType |
| Visual Basic (Declaration) |
|---|
Public Enumeration GuidedNavigationItemType |
| Visual C++ |
|---|
public enum class GuidedNavigationItemType |
Members
| Member name | Description | |
|---|---|---|
| DimensionStateGroup |
The dimension state group item.
| |
| DimensionState |
The dimension state item.
| |
| DimensionValue |
The dimension value item.
|