Provides a container for the DimensionStateGroupTemplate.

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 class GuidedNavigationDimensionStateGroupItem : EndecaTemplateContainer<DimensionStateGroup>
Visual Basic (Declaration)
Public Class GuidedNavigationDimensionStateGroupItem _
	Inherits EndecaTemplateContainer(Of DimensionStateGroup)
Visual C++
public ref class GuidedNavigationDimensionStateGroupItem : public EndecaTemplateContainer<DimensionStateGroup^>

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      Endeca.Web.UI.WebControls..::.EndecaTemplateContainer<(Of <(DimensionStateGroup>)>)
        Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateGroupItem

See Also