Version

Paging class Members

The following tables list the members exposed by Paging.

Public Constructors
 NameDescription
Public ConstructorPaging Constructor  
Public Properties
 NameDescription
Public PropertybottomPagerElementReturns the bottom pager HTML element.  
Public PropertyelementReturns the element assoicated with the item.  
Public Propertyevents  
Public Propertyid  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public PropertynameGets the name of the behavior.  
Public PropertypageCountReturns total pages count.  
Public PropertypageIndexReturns/sets current page index. By setting a new page index the paging will update rows accordingly to the index that is set.  
Public PropertypagerAppearanceReturns grid's pager appearance. The returned value corresponds to the server's PagerAppearance enumeration: 0 - Top, 1 - Bottom, 2 - Both.  
Public PropertypageSizeReturns page size.  
Public PropertytopPagerElementReturns the top pager HTML element.  
Public Methods
 NameDescription
Public MethodbeginUpdate  
Public MethoddisposeDisposes of the Paging behavior.  
Public MethodendUpdate  
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode.  
Public Methodinitialize  
Public MethodraisePropertyChanged  
Public Methodupdated  
Public MethodupdatePager  
Public Events
 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
See Also