# Wijmo_Grid_Sheet.Ivaluefitersetting

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IValueFiterSetting Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>The value filter setting.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IValueFiterSetting</span>
								</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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.ivaluefitersetting.html#datamap" class="tsd-kind-icon">data<wbr>Map</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.ivaluefitersetting.html#exclusivevaluesearch" class="tsd-kind-icon">exclusive<wbr>Value<wbr>Search</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.ivaluefitersetting.html#maxvalues" class="tsd-kind-icon">max<wbr>Values</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.ivaluefitersetting.html#sortvalues" class="tsd-kind-icon">sort<wbr>Values</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.ivaluefitersetting.html#uniquevalues" class="tsd-kind-icon">unique<wbr>Values</a></li>
										</ul>
									</section>
								</div>
							</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-interface">
								<a name="datamap" class="tsd-anchor"></a>
								<h3>dataMap</h3>
								<div class="tsd-signature tsd-kind-icon">data<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="../classes/wijmo_grid.datamap.html" class="tsd-signature-type">DataMap</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The <a href="../classes/wijmo_grid.datamap.html">DataMap</a> used to convert raw values into display values shown when editing this filter.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="exclusivevaluesearch" class="tsd-anchor"></a>
								<h3>exclusiveValueSearch</h3>
								<div class="tsd-signature tsd-kind-icon">exclusive<wbr>Value<wbr>Search<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 the filter should
										include only values selected by the <a href="../classes/wijmo_grid_filter.valuefilter.html#filtertext">filterText</a> property.</p>
									</div>
									<p>This property is set to true by default, which matches Excel's
									behavior.</p>
									<p>Set it to false to disable this behavior, so searching only affects
										which items are displayed on the list and not which items are
									included in the filter.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="maxvalues" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> maxValues</h3>
								<div class="tsd-signature tsd-kind-icon">max<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The maximum number of elements on the list of display values.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="sortvalues" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> sortValues</h3>
								<div class="tsd-signature tsd-kind-icon">sort<wbr>Values<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>A value that determines whether the values should be sorted</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="uniquevalues" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> uniqueValues</h3>
								<div class="tsd-signature tsd-kind-icon">unique<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>An array containing the unique values to be displayed on the list.</p>
									</div>
								</div>
							</section>
						</section>
					</div>