# C1.Win.FlexGrid.IFlexDataGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_IFlexDataGrid" data-uid="C1.Win.FlexGrid.IFlexDataGrid" class="text-break">IFlexDataGrid Interface
</h1>
  <div class="markdown level0 summary"><p>Defines methods for data integration with complex <a class="xref" href="C1.Win.FlexGrid.C1FlexGrid.html">C1FlexGrid</a> views.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_IFlexDataGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFlexDataGrid</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFlexDataGrid</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_FlexGrid_IFlexDataGrid_GetFieldCaption_System_String_" data-uid="C1.Win.FlexGrid.IFlexDataGrid.GetFieldCaption(System.String)">
          <a class="xref" href="C1.Win.FlexGrid.IFlexDataGrid.GetFieldCaption.html#C1_Win_FlexGrid_IFlexDataGrid_GetFieldCaption_System_String_">GetFieldCaption(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data field name of the specified grid cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_IFlexDataGrid_GetFieldNameByPos_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.IFlexDataGrid.GetFieldNameByPos(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.IFlexDataGrid.GetFieldNameByPos.html#C1_Win_FlexGrid_IFlexDataGrid_GetFieldNameByPos_System_Int32_System_Int32_">GetFieldNameByPos(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data field name of the specified grid cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
