Gets the GuidedNavigationDimensionValueItem that was created or data bound.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public GuidedNavigationDimensionValueItem Item { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Item As GuidedNavigationDimensionValueItem |
| Visual C++ |
|---|
public: property GuidedNavigationDimensionValueItem^ Item { GuidedNavigationDimensionValueItem^ get (); } |