[]
The CollectionViewNavigator control for navigating records in CollectionView
public class CollectionViewNavigator : Control, IHtmlString, ITemplate
| Name | Description |
|---|---|
| CollectionViewNavigator(HtmlHelper, string) | Creates one CollectionViewNavigator instance. |
| Name | Description |
|---|---|
| ByPage | Gets or sets a value that determines whether should navigate items or pages. |
| HeaderFormat | Gets or sets the format string used to display the current total item/page values in the control header. |
| ItemsSourceId | Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. |
| RepeatButtons | Gets or sets a value that determines whether the next/previous buttons should act as repeat buttons, firing repeatedly as long as the button remains pressed. |