# C1.Win.List.ListBase.C1ListBase.EvenRowStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_EvenRowStyle_" data-uid="C1.Win.List.ListBase.C1ListBase.EvenRowStyle*">EvenRowStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_EvenRowStyle_" data-uid="C1.Win.List.ListBase.C1ListBase.EvenRowStyle*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_EvenRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.EvenRowStyle">EvenRowStyle</h4>
<div class="markdown level1 summary"><p>Returns or sets the Style object that controls the appearance of an even-numbered row.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Style EvenRowStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property EvenRowStyle As Style</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_EvenRowStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This property sets or returns the Style object that controls the appearance of an even-numbered row in a 
list or split where the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AlternatingRows.html#C1_Win_List_ListBase_C1ListBase_AlternatingRows">AlternatingRows</a> property is set to True. By default, this is the built-in EvenRow style.
</p>
<p>
To change the appearance of odd-numbered rows, set the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OddRowStyle.html#C1_Win_List_ListBase_C1ListBase_OddRowStyle">OddRowStyle</a> property. 
</p>
</div>
</div>
