# Wijmo_Grid.Icelltemplatecontext

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ICellTemplateContext Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a context used for generating HTML strings to
									be used as content for a cell.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">ICellTemplateContext</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.icelltemplatecontext.html#col" class="tsd-kind-icon">col</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid.icelltemplatecontext.html#item" class="tsd-kind-icon">item</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid.icelltemplatecontext.html#row" class="tsd-kind-icon">row</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid.icelltemplatecontext.html#text" class="tsd-kind-icon">text</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid.icelltemplatecontext.html#value" class="tsd-kind-icon">value</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="col" class="tsd-anchor"></a>
								<h3>col</h3>
								<div class="tsd-signature tsd-kind-icon">col<span class="tsd-signature-symbol">:</span> <a href="../classes/wijmo_grid.column.html" class="tsd-signature-type">Column</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p><a href="../classes/wijmo_grid.column.html">Column</a> that contains the cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="item" class="tsd-anchor"></a>
								<h3>item</h3>
								<div class="tsd-signature tsd-kind-icon">item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Data item bound to the cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="row" class="tsd-anchor"></a>
								<h3>row</h3>
								<div class="tsd-signature tsd-kind-icon">row<span class="tsd-signature-symbol">:</span> <a href="../classes/wijmo_grid.row.html" class="tsd-signature-type">Row</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p><a href="../classes/wijmo_grid.row.html">Row</a> that contains the cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="text" class="tsd-anchor"></a>
								<h3>text</h3>
								<div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Formatted/mapped value of the property bound to the cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="value" class="tsd-anchor"></a>
								<h3>value</h3>
								<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Raw value of the property bound to the cell.</p>
									</div>
								</div>
							</section>
						</section>
					</div>