[]
Defines a builder to configurate CollectionViewNavigator.
public class CollectionViewNavigatorBuilder : ControlBuilder<CollectionViewNavigator, CollectionViewNavigatorBuilder>, IHtmlString
| Name | Description |
|---|---|
| CollectionViewNavigatorBuilder(CollectionViewNavigator) | Creates one CollectionViewNavigatorBuilder instance to configurate |
| Name | Description |
|---|---|
| ByPage(bool) | Configurates ByPage. Sets a value that determines whether should navigate items or pages. |
| HeaderFormat(string) | Configurates HeaderFormat. Sets the format string used to display the current total item/page values in the control header. |
| ItemsSourceId(string) | Configurates ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control. |
| RepeatButtons(bool) | Configurates RepeatButtons. Sets a value that determines whether the next/previous buttons should act as repeat buttons, firing repeatedly as long as the button remains pressed. |