Gets and sets whether range filters are part of the base nav state. Defaults to false.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public bool RangeFilterInBase { get; set; }
Visual Basic
Public Property RangeFilterInBase As Boolean
	Get
	Set
Visual C++
public:
property bool RangeFilterInBase {
	bool get ();
	void set (bool value);
}

See Also