Gets the type of DimensionValue that is displayed by this container.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public GuidedNavigationDimensionValueItemType ItemType { get; }
Visual Basic (Declaration)
Public ReadOnly Property ItemType As GuidedNavigationDimensionValueItemType
Visual C++
public:
property GuidedNavigationDimensionValueItemType ItemType {
	GuidedNavigationDimensionValueItemType get ();
}

See Also