# Wijmo_Nav.Tab

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								Tab Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a tab within a <a href="wijmo_nav.tabpanel.html">TabPanel</a> control.</p>
								</div>
								<p>Tabs have two elements: a header and a pane. The header displays
								the tab title and the pane represents the tab content.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">Tab</span>
									<ul class="tsd-hierarchy">
										<li>
											<a href="wijmo_angular2_nav.wjtab.html" class="tsd-signature-type">WjTab</a>
										</li>
									</ul>
								</li>
							</ul>
						</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>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="wijmo_nav.tab.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_nav.tab.html#header" class="tsd-kind-icon">header</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_nav.tab.html#isdisabled" class="tsd-kind-icon">is<wbr>Disabled</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_nav.tab.html#isvisible" class="tsd-kind-icon">is<wbr>Visible</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_nav.tab.html#pane" class="tsd-kind-icon">pane</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_nav.tab.html#tabpanel" class="tsd-kind-icon">tab<wbr>Panel</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Tab<span class="tsd-signature-symbol">(</span>header<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, pane<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_nav.tab.html" class="tsd-signature-type">Tab</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_nav.tab.html">Tab</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>header: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Element or CSS selector for the element that contains the Tab header.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>pane: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Element or CSS selector for the element that contains the Tab content.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_nav.tab.html" class="tsd-signature-type">Tab</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="header" class="tsd-anchor"></a>
								<h3>header</h3>
								<div class="tsd-signature tsd-kind-icon">header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the tab's header element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isdisabled" class="tsd-anchor"></a>
								<h3>isDisabled</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Disabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether this <a href="wijmo_nav.tab.html">Tab</a> is disabled.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isvisible" class="tsd-anchor"></a>
								<h3>isVisible</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value that determines whether this <a href="wijmo_nav.tab.html">Tab</a> is visible.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="pane" class="tsd-anchor"></a>
								<h3>pane</h3>
								<div class="tsd-signature tsd-kind-icon">pane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the tab's content element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="tabpanel" class="tsd-anchor"></a>
								<h3>tabPanel</h3>
								<div class="tsd-signature tsd-kind-icon">tab<wbr>Panel<span class="tsd-signature-symbol">:</span> <a href="wijmo_nav.tabpanel.html" class="tsd-signature-type">TabPanel</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets a reference to the <a href="wijmo_nav.tabpanel.html">TabPanel</a> that contains this Tab.</p>
									</div>
								</div>
							</section>
						</section>
					</div>