Gets the type of the item in the GuidedNavigation control in which the command
originated.
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 GuidedNavigationItemType ItemType { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ItemType As GuidedNavigationItemType |
| Visual C++ |
|---|
public: property GuidedNavigationItemType ItemType { GuidedNavigationItemType get (); } |