# C1.Win.List.ListBase.C1ListBase.OddRowStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_OddRowStyle_" data-uid="C1.Win.List.ListBase.C1ListBase.OddRowStyle*">OddRowStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_OddRowStyle_" data-uid="C1.Win.List.ListBase.C1ListBase.OddRowStyle*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_OddRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.OddRowStyle">OddRowStyle</h4>
<div class="markdown level1 summary"><p>Returns or sets the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of an odd-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 OddRowStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property OddRowStyle As Style</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_OddRowStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This property sets or returns the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of an odd-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 OddRow style.
</p>
<p>
To change the appearance of even-numbered rows, set the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EvenRowStyle.html#C1_Win_List_ListBase_C1ListBase_EvenRowStyle">EvenRowStyle</a> property.
</p>
</div>
</div>
