# C1.Win.FlexGrid.CellRange.StyleDisplay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellRange_StyleDisplay_" data-uid="C1.Win.FlexGrid.CellRange.StyleDisplay*">StyleDisplay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellRange_StyleDisplay_" data-uid="C1.Win.FlexGrid.CellRange.StyleDisplay*"></a>
<h4 id="C1_Win_FlexGrid_CellRange_StyleDisplay" data-uid="C1.Win.FlexGrid.CellRange.StyleDisplay">StyleDisplay</h4>
<div class="markdown level1 summary"><p>Gets the style used to render cell (<a class="xref" href="C1.Win.FlexGrid.CellRange.r1.html#C1_Win_FlexGrid_CellRange_r1">r1</a>, <a class="xref" href="C1.Win.FlexGrid.CellRange.c1.html#C1_Win_FlexGrid_CellRange_c1">c1</a>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellStyle StyleDisplay { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property StyleDisplay As CellStyle</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellRange_StyleDisplay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property never returns null. It will return the custom style assigned to the
first cell in the range, to the cell's row, column, or a built-in style.</p>
</div>
</div>
