# GrapeCity.CalcEngine.RichValue-1.ShowDetailsIcon

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_CalcEngine_RichValue_1_ShowDetailsIcon_" data-uid="GrapeCity.CalcEngine.RichValue`1.ShowDetailsIcon*">ShowDetailsIcon Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_CalcEngine_RichValue_1_ShowDetailsIcon_" data-uid="GrapeCity.CalcEngine.RichValue`1.ShowDetailsIcon*"></a>
<h4 id="GrapeCity_CalcEngine_RichValue_1_ShowDetailsIcon" data-uid="GrapeCity.CalcEngine.RichValue`1.ShowDetailsIcon">ShowDetailsIcon</h4>
<div class="markdown level1 summary"><p>Gets or sets a boolean indicating whether to show the icon for <a class="xref" href="GrapeCity.CalcEngine.RichValue-1.html">RichValue&lt;T&gt;</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool? ShowDetailsIcon { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowDetailsIcon As Boolean?</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IRichValue.ShowDetailsIcon.html#GrapeCity_CalcEngine_IRichValue_ShowDetailsIcon">IRichValue.ShowDetailsIcon</a></div>
<h5 id="GrapeCity_CalcEngine_RichValue_1_ShowDetailsIcon_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the value is <code>true</code>, the icon of <a class="xref" href="GrapeCity.CalcEngine.RichValue-1.html">RichValue&lt;T&gt;</a> object displays if it's available; otherwise, default icon displays.</p>
<p>If the value is <code>false</code>, no icon displays.</p>
<p>If the value is <code>null</code>, the icon of <a class="xref" href="GrapeCity.CalcEngine.RichValue-1.html">RichValue&lt;T&gt;</a> object will display if it's available; otherwise, no icon displays.</p>
</div>
</div>
