Click or drag to resize
DataPagerRender Method
Render this control to the output parameter specified.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UIHtmlTextWriter
The HTML writer to write out to
See Also