# C1.Win.C1Editor.UICustomization.ITableItemDialog

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Editor_UICustomization_ITableItemDialog" data-uid="C1.Win.C1Editor.UICustomization.ITableItemDialog" class="text-break">ITableItemDialog Interface
</h1>
  <div class="markdown level0 summary"><p><b>ITableItemDialog</b> interface allows to customize the dialog used to insert or edit a table.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.UICustomization.html">C1.Win.C1Editor.UICustomization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_UICustomization_ITableItemDialog_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITableItemDialog</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITableItemDialog</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_UICustomization_ITableItemDialog_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implement this interface by a windows dialog form and use it in  <a class="xref" href="C1.Win.C1Editor.C1Editor.CustomDialogs.html#C1_Win_C1Editor_C1Editor_CustomDialogs">CustomDialogs</a> property.</p>
</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_C1Editor_UICustomization_ITableItemDialog_BindData_C1_Win_C1Editor_UICustomization_XHTMLTableItem_" data-uid="C1.Win.C1Editor.UICustomization.ITableItemDialog.BindData(C1.Win.C1Editor.UICustomization.XHTMLTableItem)">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.ITableItemDialog.BindData.html#C1_Win_C1Editor_UICustomization_ITableItemDialog_BindData_C1_Win_C1Editor_UICustomization_XHTMLTableItem_">BindData(XHTMLTableItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns values to the dialog box fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_UICustomization_ITableItemDialog_Show_System_Windows_Forms_IWin32Window_" data-uid="C1.Win.C1Editor.UICustomization.ITableItemDialog.Show(System.Windows.Forms.IWin32Window)">
          <a class="xref" href="C1.Win.C1Editor.UICustomization.ITableItemDialog.Show.html#C1_Win_C1Editor_UICustomization_ITableItemDialog_Show_System_Windows_Forms_IWin32Window_">Show(IWin32Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the dialog window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
