DotNetNuke 5.2
The PagingControlMode Enum provides an enumeration of the modes of the Paging Control

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public enum PagingControlMode
Visual Basic (Declaration)
Public Enumeration PagingControlMode
Visual C++
public enum class PagingControlMode

Members

Member nameDescription
PostBack
URL

Remarks

See Also