Gets the collection of range filters for the command.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(null)]
[BrowsableAttribute(false)]
public Collection<RangeFilter> RangeFilters { get; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property RangeFilters As Collection(Of RangeFilter)
Visual C++
[DefaultValueAttribute(nullptr)]
[BrowsableAttribute(false)]
public:
property Collection<RangeFilter^>^ RangeFilters {
	Collection<RangeFilter^>^ get ();
}

See Also