Click or drag to resize
UniGridFilterLimit Property
Minimal count of entries for display filter. 0 means that filter is displayed always and -1 means that filter is never displayed.

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

Property Value

Type: Int32
See Also