# FarPoint.Web.Spread.Extender.SlideShowCellType.UseContextKey

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_Extender_SlideShowCellType_UseContextKey_" data-uid="FarPoint.Web.Spread.Extender.SlideShowCellType.UseContextKey*">UseContextKey Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_Extender_SlideShowCellType_UseContextKey_" data-uid="FarPoint.Web.Spread.Extender.SlideShowCellType.UseContextKey*"></a>
<h4 id="FarPoint_Web_Spread_Extender_SlideShowCellType_UseContextKey" data-uid="FarPoint.Web.Spread.Extender.SlideShowCellType.UseContextKey">UseContextKey</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the context key should be used for the slide show cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool UseContextKey { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property UseContextKey As Boolean</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_Extender_SlideShowCellType_UseContextKey_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines whether the ContextKey property should be used.<br>
This is automatically enabled if the ContextKey property is ever set
(on either the client or the server). If the context key is used, it
should have the same signature with an additional parameter
named contextKey of type string.</p>
</div>
</div>
