Name of the command that indicates that a dimension value should be navigated to. The value of this field is 'SelectDimensionValue'.

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

Remarks

To navigate to a dimension value, set the CommandName of a button in the DimensionValueTemplate to this value.

See Also