# GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem" class="text-break">InputFieldTabIndexItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the canvas item to specify tab order.</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="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a></div>
    <div class="level2"><span class="xref">InputFieldTabIndexItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class InputFieldTabIndexItem : CanvasItem, IDisposable, ICloneable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_examples"><strong>Examples</strong></h5>
  <pre><code class="lang-csharp">InputFieldTabIndexItem item = new InputFieldTabIndexItem(tabIndex);
_canvasItems.Add(item);</code></pre>

  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem__ctor_System_Int32_" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.#ctor(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.-ctor.html#GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem__ctor_System_Int32_">InputFieldTabIndexItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.html">InputFieldTabIndexItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_TabIndex" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.TabIndex">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.TabIndex.html#GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_TabIndex">TabIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tab index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldTabIndexItem.Clone.html#GrapeCity_ActiveReports_Document_Section_InputFieldTabIndexItem_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
