[]
DataPager allows paging a collection to be displayed in smaller pages.
public class C1DataPager : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable
| Name | Description |
|---|---|
| C1DataPager() | Initializes a new instance of the C1DataPager class. |
| Name | Description |
|---|---|
| ButtonStyleProperty | Identifies the ButtonStyle dependency property. |
| CurrentButtonStyleProperty | Identifies the CurrentButtonStyle dependency property. |
| SourceProperty | Identifies the Source dependency property. |
| Name | Description |
|---|---|
| ButtonStyle | Gets or sets the style of the buttons. |
| CurrentButtonStyle | Gets or sets the style of the current page button. |
| NextTemplate | Gets or sets the template of the Next button. |
| PageNumberTemplate | Gets or sets the template of the page number button. |
| PrevTemplate | Gets or sets the template of the Previous button. |
| Source | Gets or sets the collection of items that supports paging. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| Dispose(bool) | |
| OnAfterRender(bool) | |
| OnInitialized() |