Click or drag to resize
IUniPageable Interface
IUniPageable interace.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface IUniPageable

The IUniPageable type exposes the following members.

Properties
  NameDescription
Public propertyPagerDataItem
Gets or sets DataSource.
Public propertyPagerForceNumberOfResults
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
Public propertyUniPagerControl
Gets or sets the pager control.
Top
Methods
  NameDescription
Public methodReBind
Call request to control re-bind.
Top
Events
  NameDescription
Public eventOnPageBinding
Occurs when the control bind data.
Public eventOnPageChanged
Occurs when the pager change the page and current mode is postback => reload data
Top
See Also