# GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog" class="text-break">IDialog Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a built-in dialog.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.html">GrapeCity.Wpf.SpreadSheet.Dialogs</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDialog</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDialog</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="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Owner" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Owner">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Owner.html#GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.window">Window</a> that owns this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.html">IDialog</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Value" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Value.html#GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the dialog.</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_Wpf_SpreadSheet_Dialogs_IDialog_Close" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Close">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Close.html#GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"><p>Manually closes a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.html">IDialog</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Show_System_Double_System_Double_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.Show.html#GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_Show_System_Double_System_Double_">Show(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a window and returns without waiting for the newly opened window to close.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_ShowDialog_System_Double_System_Double_" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.ShowDialog(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.IDialog.ShowDialog.html#GrapeCity_Wpf_SpreadSheet_Dialogs_IDialog_ShowDialog_System_Double_System_Double_">ShowDialog(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Opens a window and returns only when the newly opened window is closed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
