Click or drag to resize
GridPagerStyle Properties

The GridPagerStyle type exposes the following members.

Properties
  Name Description
Public property AlwaysVisible
Gets or set a value indicating whether the Pager will be visible regardless of the number of items. (See the remarks)
Public property EnableSEOPaging
Get or set a value indicating whether the SEO (Search Engine Optimized) paging enabled
Public property FirstPageImageUrl
Gets or sets url for first page image
Public property FirstPageText
Text that would appear if Mode is PrevNext for 'first' page button
Public property FirstPageToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public property HorizontalAlign
Gets or sets the horizontal align of the pager. Accepts as values members of the HorizontalAlign enumeration.
(Overrides TableItemStyleHorizontalAlign.)
Public property IsDefault
Gets a value indicating whether the default pager will be used, i.e. no customizations have been made.
(Overrides GridTableItemStyleIsDefault.)
Public property IsPagerOnBottom
Gets a value indicating whether the pager is displayed on the bottom of the grid.
Public property IsPagerOnTop
Gets a value indicating whether the pager is displayed on the top of the grid.
Public property LastPageImageUrl
Gets or sets url for first page image
Public property LastPageText
Text that would appear if Mode is PrevNext for 'last' page button
Public property LastPageToolTip
ToolTip that would appear if Mode is PrevNext for 'last' page button
Public property Mode
Gets or sets the mode of Kettic KaxGrid Pager. The mode defines what the pager will contain. This property accepts as values only members of the GridPagerMode Enumeration.
Public property NextPageImageUrl
Gets or sets url for Next Page image
Public property NextPagesToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public property NextPageText
Text that would appear if Mode is PrevNext for 'next' page button
Public property NextPageToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public property PageButtonCount
Gets or sets the number of buttons that would be rendered if pager Mode is NumericPages
Public property PagerTextFormat
The string used to format the description text that appears in a pager item. See the remarks.
Public property PageSizeLabelText
The text of the page size label situated before the page size combo.
Public property Position
Gets or sets the Position of pager item(s).Accepts only values, members of the GridPagerPosition Enumeration.
Public property PrevPageImageUrl
Gets or sets url for Previous Page image
Public property PrevPagesToolTip
ToolTip that would appear if Mode is PrevNext for 'prev' page button
Public property PrevPageText
Text that would appear if Mode is PrevNext for 'previous' page button
Public property PrevPageToolTip
ToolTip that would appear if Mode is PrevNext for 'prev' page button
Public property SEOPageIndexRouteParameterName
Public property SEOPagingQueryStringKey
Public property SEORouteName
Public property ShowPagerText
Gets or sets a value indicating whether the pager text or only the pager buttons will be displayed.
Public property UseRouting
Public property Visible
Gets or sets the visibility of the pager item
Top
See Also