# C1.Win.List.FetchCellStyleEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_FetchCellStyleEventArgs" data-uid="C1.Win.List.FetchCellStyleEventArgs" class="text-break">FetchCellStyleEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchCellStyle.html">FetchCellStyle</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">FetchCellStyleEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_FetchCellStyleEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FetchCellStyleEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FetchCellStyleEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_List_FetchCellStyleEventArgs_CellStyle" data-uid="C1.Win.List.FetchCellStyleEventArgs.CellStyle">
          <a class="xref" href="C1.Win.List.FetchCellStyleEventArgs.CellStyle.html#C1_Win_List_FetchCellStyleEventArgs_CellStyle">CellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>The Style used to render the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_FetchCellStyleEventArgs_Col" data-uid="C1.Win.List.FetchCellStyleEventArgs.Col">
          <a class="xref" href="C1.Win.List.FetchCellStyleEventArgs.Col.html#C1_Win_List_FetchCellStyleEventArgs_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>The index of the column in the DisplayColumns collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_FetchCellStyleEventArgs_Condition" data-uid="C1.Win.List.FetchCellStyleEventArgs.Condition">
          <a class="xref" href="C1.Win.List.FetchCellStyleEventArgs.Condition.html#C1_Win_List_FetchCellStyleEventArgs_Condition">Condition</a>
        </td>
        <td class="markdown level1 summary"><p>The sum of one or more <a class="xref" href="C1.Win.List.CellStyleFlag.html">CellStyleFlag</a> constants describing the disposition of the cell being rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_FetchCellStyleEventArgs_Row" data-uid="C1.Win.List.FetchCellStyleEventArgs.Row">
          <a class="xref" href="C1.Win.List.FetchCellStyleEventArgs.Row.html#C1_Win_List_FetchCellStyleEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>The index of the row for the cell being rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_FetchCellStyleEventArgs_Split" data-uid="C1.Win.List.FetchCellStyleEventArgs.Split">
          <a class="xref" href="C1.Win.List.FetchCellStyleEventArgs.Split.html#C1_Win_List_FetchCellStyleEventArgs_Split">Split</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the position in the Splits collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
