# C1.Win.CoditionalFormatting.IFormattableView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_CoditionalFormatting_IFormattableView" data-uid="C1.Win.CoditionalFormatting.IFormattableView" class="text-break">IFormattableView Interface
</h1>
  <div class="markdown level0 summary"><p>Defines events and methods for integration with the C1RulesManager control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.CoditionalFormatting.html">C1.Win.CoditionalFormatting</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_CoditionalFormatting_IFormattableView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFormattableView</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFormattableView</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_GetFieldNames" data-uid="C1.Win.CoditionalFormatting.IFormattableView.GetFieldNames">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.GetFieldNames.html#C1_Win_CoditionalFormatting_IFormattableView_GetFieldNames">GetFieldNames()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a names of fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_GetItemCount" data-uid="C1.Win.CoditionalFormatting.IFormattableView.GetItemCount">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.GetItemCount.html#C1_Win_CoditionalFormatting_IFormattableView_GetItemCount">GetItemCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a count of data items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_GetValue_System_Int32_System_String_" data-uid="C1.Win.CoditionalFormatting.IFormattableView.GetValue(System.Int32,System.String)">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.GetValue.html#C1_Win_CoditionalFormatting_IFormattableView_GetValue_System_Int32_System_String_">GetValue(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the specified item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_UpdateView" data-uid="C1.Win.CoditionalFormatting.IFormattableView.UpdateView">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.UpdateView.html#C1_Win_CoditionalFormatting_IFormattableView_UpdateView">UpdateView()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when conditional formatting has been changed and view need to be redrawn.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_DataChanged" data-uid="C1.Win.CoditionalFormatting.IFormattableView.DataChanged">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.DataChanged.html">DataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after any data change notifications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_CoditionalFormatting_IFormattableView_ItemFormatting" data-uid="C1.Win.CoditionalFormatting.IFormattableView.ItemFormatting">
          <a class="xref" href="C1.Win.CoditionalFormatting.IFormattableView.ItemFormatting.html">ItemFormatting</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when you need to format the contents of an item to display.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
