Click or drag to resize
UniGridPagerConfigPageSizeOptions Property
This setting can be used to override the default values offered by the page size selection drop-down list. Values must be separated by commas. The ##ALL## macro can be used as a value to indicate that all rows should be displayed. The default value is “25,50,100,##ALL##”.

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

Property Value

Type: String
See Also