# Wijmo.Groupdescription

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								GroupDescription Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a base class for types defining grouping conditions.</p>
								</div>
								<p>The concrete class which is commonly used for this purpose is
								<a href="wijmo.propertygroupdescription.html">PropertyGroupDescription</a>.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">GroupDescription</span>
									<ul class="tsd-hierarchy">
										<li>
											<a href="wijmo.propertygroupdescription.html" class="tsd-signature-type">PropertyGroupDescription</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>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo.groupdescription.html#groupnamefromitem" class="tsd-kind-icon">group<wbr>Name<wbr>From<wbr>Item</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class"><a href="wijmo.groupdescription.html#namesmatch" class="tsd-kind-icon">names<wbr>Match</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="groupnamefromitem" class="tsd-anchor"></a>
								<h3>groupNameFromItem</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">group<wbr>Name<wbr>From<wbr>Item<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, level<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns the group name for the given item.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>item: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The item to get group name for.</p>
												</div>
											</li>
											<li>
												<h5>level: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<p>The zero-based group level index.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
										<p>The name of the group the item belongs to.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
								<a name="namesmatch" class="tsd-anchor"></a>
								<h3>namesMatch</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">names<wbr>Match<span class="tsd-signature-symbol">(</span>groupName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, itemName<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><span class="tsd-signature-type">boolean</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns a value that indicates whether the group name and the item name
												match (which implies that the item belongs to the group).</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>groupName: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The name of the group.</p>
												</div>
											</li>
											<li>
												<h5>itemName: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The name of the item.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
										<p>True if the names match; otherwise, false.</p>
									</li>
								</ul>
							</section>
						</section>
					</div>