Click or drag to resize
UniGridPagerConfigDefaultPageSize Property
Defines the default amount of rows displayed on one UniGrid page. The value must be one of the options offered by the page size selection drop-down list. These values are defined by the PageSizeOptions key.

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

Property Value

Type: Int32
See Also