Name of the command that indicates that more dimension values for a dimension should be displayed, if only a subset of available values are currently being displayed. The value of this field is 'ShowMore'.

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

Remarks

To show more dimension values, set the CommandName of a button in the ShowMoreDimensionValuesTemplate to this value.

See Also