The MonoXPagerTemplate type exposes the following members.

Properties

  Name Description
Public property BasePageUrl
Base URL, needs to be set only when there are multiple pager instances on the page with different QueryStringNames
Public property EnablePermalink
Gets or sets a value indicating whether a permalink is enabled.
Public property FirstText
Text for the First button.
Public property GreaterThenText
Text for the "Greater then" link button
Public property LastText
Text for the last button.
Public property NextGroupText
Text for the Next group button.
Public property NextText
Text for the Next button.
Public property OfText
Text for the "of" label
Public property Pager
Property Pager (Pager).
Public property PageText
Text for the "page" label
Public property PreviousGroupText
Text for the Previous group button.
Public property PreviousText
Text for the Previous button.
Public property QueryStringName
Query string parameter that holds page number, "PageNo" by default

See Also