Click or drag to resize
UniGridOptionsFilterLimit Property
Determines the minimum amount of rows that must be displayed in the UniGrid before a filter is shown. The default value is read from the CMSDefaultListingFilterLimit web.config key.

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public int FilterLimit { get; set; }

Property Value

Type: Int32
See Also