# Wijmo_Input.Showmonthpicker

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ShowMonthPicker Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies constants that define whether the control should
									display month navigation elements.</p>
								</div>
								<p>The month navigation elements include a drop-down button to
									switch between month and year views
									(see the <a href="../classes/wijmo_input.calendar.html#monthview">monthView</a> property)
									and buttons to navigate to the previous and next months
								(see the <a href="../classes/wijmo_input.calendar.html#displaymonth">displayMonth</a> property).</p>
								<p>The month navigation elements can be displayed on one or more of
								the <a href="../classes/wijmo_input.calendar.html#monthcount">monthCount</a> in the control.</p>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#allmonths" class="tsd-kind-icon">All<wbr>Months</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#firstandlastmonths" class="tsd-kind-icon">First<wbr>And<wbr>Last<wbr>Months</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#firstmonth" class="tsd-kind-icon">First<wbr>Month</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#lastmonth" class="tsd-kind-icon">Last<wbr>Month</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#none" class="tsd-kind-icon">None</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_input.showmonthpicker.html#outside" class="tsd-kind-icon">Outside</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="allmonths" class="tsd-anchor"></a>
								<h3>AllMonths</h3>
								<div class="tsd-signature tsd-kind-icon">All<wbr>Months<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;4</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Show month navigation elements on all months.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="firstandlastmonths" class="tsd-anchor"></a>
								<h3>FirstAndLastMonths</h3>
								<div class="tsd-signature tsd-kind-icon">First<wbr>And<wbr>Last<wbr>Months<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Show month navigation elements on the first and last months.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="firstmonth" class="tsd-anchor"></a>
								<h3>FirstMonth</h3>
								<div class="tsd-signature tsd-kind-icon">First<wbr>Month<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Show month navigation elements on the first month.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="lastmonth" class="tsd-anchor"></a>
								<h3>LastMonth</h3>
								<div class="tsd-signature tsd-kind-icon">Last<wbr>Month<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Show month navigation elements on the last month.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="none" class="tsd-anchor"></a>
								<h3>None</h3>
								<div class="tsd-signature tsd-kind-icon">None<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>No month navigation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="outside" class="tsd-anchor"></a>
								<h3>Outside</h3>
								<div class="tsd-signature tsd-kind-icon">Outside<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;5</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Show month navigation buttons next to the edges of the calendar.</p>
									</div>
								</div>
							</section>
						</section>
					</div>