CyberStore Ecommerce 2023 Documentation
MinimumToShow Property


Dovetail.Ecommerce.Controls Namespace > FilterControl Class : MinimumToShow Property
Gets or sets the minimum number of unique filter choices in order to show the filter control.

Property Value

Type: Integer

An integer value that specifies the minimum number of unique filter choices in order to show the filter control.

The default is 2.

Remarks
Requires HideOnEmpty is true.

After determining how many different characteristic values result in filter choices added to the list or drop down, this setting will set a minimum number of filters that are required to be in the control before it is displayed to the user.

The default is 2, which means that as long as all items in the DataControlID being referenced do not have the same characteristic value for the fitler's characteristic, it will show.

See Also

Reference

FilterControl Class
FilterControl Members