Name of the command that indicates a dimension should be expanded or contracted. The value of this field is 'ToggleDimensionStateExposure'.

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

Remarks

To toggle a dimension, set the CommandName of a button in the DimensionStateTemplate to this value.

See Also