# wjCollectionViewNavigator Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjCollectionViewNavigator Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for an <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> navigator element.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_input.wjcollectionviewnavigator.html">wjCollectionViewNavigator</a> directive to add an element that allows users to
								navigate through the items in an <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a>. For example:</p>
								<pre>Here is a CollectionViewNavigator:&lt;/p&gt;
&lt;div
  data-bind="wjCollectionViewNavigator: { cv: myCollectionView }"&gt;
&lt;/div&gt;</pre>
								<p>The <a href="wijmo_knockout_input.wjcollectionviewnavigator.html">wjCollectionViewNavigator</a> directive has a single attribute:</p>
								<dl class="dl-horizontal">
									<dt>cv</dt>  <dd>Reference to the <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object to navigate.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjCollectionViewBaseBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjCollectionViewNavigator</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>