Gets the item in the GuidedNavigation control in which the command originated. This control will be an instance of one of the following types: GuidedNavigationDimensionStateGroupItem, GuidedNavigationDimensionStateItem, or GuidedNavigationDimensionValueItem. The type can be inferred from the value of the ItemType property.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Control Item { get; }
Visual Basic (Declaration)
Public ReadOnly Property Item As Control
Visual C++
public:
property Control^ Item {
	Control^ get ();
}

See Also