Version

Paging Class Properties

For a list of all members of this type, see Paging members.

Public Properties
 NameDescription
Public PropertyCurrentPageLinkCssClassCSS class name that should be used for the current page index in numeric mode.  
Public PropertyCurrentPageSizeHolds current page size. Equals to the PageSize property for all pages except the last one, as it can have less rows than all of the other pages.  
Public PropertyEnabledOverridden.   
Public PropertyEnableInheritanceThis property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands.  
Public PropertyFirstPageTextThe text of the first pager link.  
Public PropertyGridA reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyHasPageIndexChangedIndicates whether the PageIndexChanged event is handled.  
Public PropertyHasPagerTemplateIndicates whether the bahavior has its pager assigned and instantiated.  
Public PropertyIndexIndex of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyLastPageTextThe text of the last pager link.  
Public PropertyNameOverridden. Holds name of the behavior. It's "Paging" for the paging behavior.  
Public PropertyNextPageTextThe text of the next pager link.  
Public PropertyOwnerCollectionA reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyPageCountTotal pages count  
Public PropertyPageIndexCurrent page index.  
Public PropertyPageLinkCssClassCSS class name that should be used for the pager's index links other than the current one when the pager is in the numeric mode.  
Public PropertyPagerAppearanceDetermines where the pager should be rendered - Top, Bottom, or Both (top and bottom) of the grid.  
Public PropertyPagerCssClassCSS class name that should be used for the pager.  
Public PropertyPagerModeDetermines pager rendering mode.  
Public PropertyPagerTemplateReference to the pager's template.  
Public PropertyPagerTemplateContainerBottomReference to the pager's bottom template container.  
Public PropertyPagerTemplateContainerTopReference to the pager's top template container.  
Public PropertyPageSizeDetermines the maximum number of records per page.  
Public PropertyPagingClientEventsHolds client side event definitions for the pager.  
Public PropertyPreviousPageTextThe text of the previous pager link.  
Public PropertyQuickPagesDetermines how many pages are available at each side of the current page. Default is 0 meaning that QuickPages feature is disabled.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyControlRunBotReturns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountReturns number of properties for the client state supported by the behavior. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyRequiresDataBindingOverridden. Paging requires data binding  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also