Click or drag to resize
KaxDataPager Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxDataPager

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 KaxDataPager : KaxWebControl, 
	INamingContainer, ICompositeControlDesignerAccessor, IPostBackEventHandler, ILocalizableControl

The KaxDataPager type exposes the following members.

Constructors
  NameDescription
Public methodKaxDataPager
Top
Methods
  NameDescription
Public methodFireCommand(KaxDataPagerCommandEventArgs)
Triggers command on KaxDataPager.
Public methodFireCommand(String, String)
Triggers command on KaxDataPager.
Public methodRaisePostBackEvent
Public methodRecreateChildControls
Top
Fields
Properties
  NameDescription
Public propertyAllowRouting
Public propertyAllowSEOPaging
Get or set whether SEO paging should be used.
Public propertyClientEvents
Public propertyContainerLocator
Public propertyControls (Overrides ControlControls.)
Public propertyCulture
Public propertyCurrentPageIndex
Public propertyFields
Public propertyMaximumRows
Public propertyPageableItemContainer
Read only property. Holds reference to control that implements IKaxPageableItemContainer or IPageableItemContainer.
Public propertyPageCount
Public propertyPagedControlID
Public propertyPageSize
Public propertyRouteName
Public propertyRoutePageIndexParameterName
Public propertySEOPagingQueryPageKey
Get or set query string key for SEO paging. This property may be used in conjunction with AllowSEOPaging
Public propertyStartRowIndex
Public propertyTotalRowCount
Top
Events
  NameDescription
Public eventCommand
Raised when a button in a KaxDataPager control is clicked.
Public eventFieldCreated
Raised when pager field item is created.
Public eventFieldCreating
Raised when custom pager field is creating on postback
Top
See Also