Name of the command that indicates that a range filter breadcrumb should be removed.

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

Remarks

To remove a range filter breadcrumb, set the CommandName of a button in the RangeBreadcrumbTemplate to this value.

See Also