UniMatrixSetPageSize Method |
Sets the page size
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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