GridManualPager Class [PHP]

GridPager
 |__ GridManualPager

Summary

Properties Description
ButtonType Get or set type of button.
GoPageButtonText Get or set the text of go-page button
ManualPagerTemplate Get or set the template of manual pager.
TextBoxWidth Get or set width of page input textbox.

Properties Detail

ButtonTypeTop

string ButtonType

Get or set type of button.

Default value : "Button"

Allowed values :

  • "Button" : Show edit delete command in button
  • "Link" : Show edit delete command in link
  • "Image" : Show edit delete command in image

Show/Hide Code

Supported from version: 1.0.0.0

GoPageButtonTextTop

string GoPageButtonText

Get or set the text of go-page button

Show/Hide Code

Supported from version: 1.0.0.0

ManualPagerTemplateTop

string ManualPagerTemplate

Get or set the template of manual pager.

Show/Hide Code

Supported from version: 1.0.0.0

TextBoxWidthTop

string TextBoxWidth

Get or set width of page input textbox.

Show/Hide Code

Supported from version: 1.0.0.0