[]
ITagHelper implementation for CollectionViewNavigator.
[HtmlTargetElement("c1-collection-view-navigator")]
public class CollectionViewNavigatorTagHelper : ControlTagHelper<CollectionViewNavigator>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
Name | Description |
---|---|
CollectionViewNavigatorTagHelper() |
Name | Description |
---|---|
ByPage | Configurates ByPage. Sets a value that determines whether should navigate items or pages. |
HeaderFormat | Configurates HeaderFormat. Sets the format string used to display the current total item/page values in the control header. |
ItemsSourceId | Configurates ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control. |
RepeatButtons | 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. |