| IUniPageable Interface | 
Namespace: CMS.DocumentEngine.Web.UI
 Syntax
Syntaxpublic interface IUniPageable
The IUniPageable type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | PagerDataItem | 
            Gets or sets DataSource.
             | 
|  | PagerForceNumberOfResults | 
            Gets or sets the number of result. Enables proceed "fake" datasets, where number 
            of results in the dataset is not correspondent to the real number of results
            This property must be equal -1 if should be disabled
             | 
|  | UniPagerControl | 
            Gets or sets the pager control.
             | 
 Methods
Methods Events
Events| Name | Description | |
|---|---|---|
|  | OnPageBinding | 
            Occurs when the control bind data.
             | 
|  | OnPageChanged | 
            Occurs when the pager change the page and current mode is postback => reload data
             | 
 See Also
See Also