Name of the command that indicates that the navigation state should be changed to include the parent of the dimension value supplied.

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 static readonly string SelectParentDimensionValueCommand
Visual Basic (Declaration)
Public Shared ReadOnly SelectParentDimensionValueCommand As String
Visual C++
public:
static initonly String^ SelectParentDimensionValueCommand

Remarks

To navigate to a particular node in the dimension breadcrumb, set the CommandName of a button in a FirstDimensionValueTemplate, IntermediateDimensionValueTemplate, or LastDimensionValueTemplate to this value.

See Also