Name of the command that indicates that a dimension value should be removed. The value of this field is 'RemoveDimensionValue'.

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

Remarks

To remove a dimension value, set the CommandName of a button in the SelectedDimensionValueTemplate to this value.

See Also