Click or drag to resize
UniMatrixSetPageSize Method
Sets the page size

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void SetPageSize(
	bool forceReload,
	DropDownList pageSizeDropdown
)

Parameters

forceReload
Type: SystemBoolean
If true, the reload is forced
pageSizeDropdown
Type: System.Web.UI.WebControlsDropDownList
Page size dropdown control
See Also