# C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor_" data-uid="C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor*">DeadAreaBackColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor_" data-uid="C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor" data-uid="C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor">DeadAreaBackColor</h4>
<div class="markdown level1 summary"><p>Controls the background color of the dead area in the list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Color DeadAreaBackColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DeadAreaBackColor As Color</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
Setting this property will affect the appearance of the "dead area" of under populated controls, such as the area to the right of the last column, the area below the last data row, and the Outlook Grouping area.
</p>
<p>
If the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EmptyRows.html#C1_Win_List_ListBase_C1ListBase_EmptyRows">EmptyRows</a> property is True, the empty data rows it creates are not considered part of the "dead area" 
and will not be displayed in the DeadAreaBackColor.  If you wish for the area occupied by the empty rows to be 
shown in the DeadAreaBackColor, you should first set the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EmptyRows.html#C1_Win_List_ListBase_C1ListBase_EmptyRows">EmptyRows</a> property to False.
</p>
</div>
</div>
