[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionViewNavigator

CollectionViewNavigator Class

The CollectionViewNavigator control for navigating records in CollectionView

Inheritance
CollectionViewNavigator
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class CollectionViewNavigator : Control, IHtmlString, ITemplate

Constructors

Name Description
CollectionViewNavigator(HtmlHelper, string)

Creates one CollectionViewNavigator instance.

Properties

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.

Extension Methods