Click or drag to resize
GridPagerStyle Class
KaxGrid and GridTableView use instance of this class to set style of thir PagerItem-s when rendering
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Web.UI.WebControlsStyle
        System.Web.UI.WebControlsTableItemStyle
          Kettic.AspNet.ControlsGridTableItemStyle
            Kettic.AspNet.ControlsGridPagerStyle

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridPagerStyle : GridTableItemStyle

The GridPagerStyle type exposes the following members.

Methods
  NameDescription
Public methodCopyFrom (Overrides TableItemStyleCopyFrom(Style).)
Public methodMergeWith (Overrides TableItemStyleMergeWith(Style).)
Public methodReset (Overrides TableItemStyleReset.)
Top
Properties
  NameDescription
Public propertyAlwaysVisible
Gets or set a value indicating whether the Pager will be visible regardless of the number of items. (See the remarks)
Public propertyEnableSEOPaging
Get or set a value indicating whether the SEO (Search Engine Optimized) paging enabled
Public propertyFirstPageImageUrl
Gets or sets url for first page image
Public propertyFirstPageText
Text that would appear if Mode is PrevNext for 'first' page button
Public propertyFirstPageToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public propertyHorizontalAlign
Gets or sets the horizontal align of the pager. Accepts as values members of the HorizontalAlign enumeration.
(Overrides TableItemStyleHorizontalAlign.)
Public propertyIsDefault
Gets a value indicating whether the default pager will be used, i.e. no customizations have been made.
(Overrides GridTableItemStyleIsDefault.)
Public propertyIsPagerOnBottom
Gets a value indicating whether the pager is displayed on the bottom of the grid.
Public propertyIsPagerOnTop
Gets a value indicating whether the pager is displayed on the top of the grid.
Public propertyLastPageImageUrl
Gets or sets url for first page image
Public propertyLastPageText
Text that would appear if Mode is PrevNext for 'last' page button
Public propertyLastPageToolTip
ToolTip that would appear if Mode is PrevNext for 'last' page button
Public propertyMode
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 propertyNextPageImageUrl
Gets or sets url for Next Page image
Public propertyNextPagesToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public propertyNextPageText
Text that would appear if Mode is PrevNext for 'next' page button
Public propertyNextPageToolTip
ToolTip that would appear if Mode is PrevNext for 'next' page button
Public propertyPageButtonCount
Gets or sets the number of buttons that would be rendered if pager Mode is NumericPages
Public propertyPagerTextFormat
The string used to format the description text that appears in a pager item. See the remarks.
Public propertyPageSizeLabelText
The text of the page size label situated before the page size combo.
Public propertyPosition
Gets or sets the Position of pager item(s).Accepts only values, members of the GridPagerPosition Enumeration.
Public propertyPrevPageImageUrl
Gets or sets url for Previous Page image
Public propertyPrevPagesToolTip
ToolTip that would appear if Mode is PrevNext for 'prev' page button
Public propertyPrevPageText
Text that would appear if Mode is PrevNext for 'previous' page button
Public propertyPrevPageToolTip
ToolTip that would appear if Mode is PrevNext for 'prev' page button
Public propertySEOPageIndexRouteParameterName
Public propertySEOPagingQueryStringKey
Public propertySEORouteName
Public propertyShowPagerText
Gets or sets a value indicating whether the pager text or only the pager buttons will be displayed.
Public propertyUseRouting
Public propertyVisible
Gets or sets the visibility of the pager item
Top
See Also