# C1.WPF.Grid.GridDetailCellCreatingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridDetailCellCreatingEventArgs" data-uid="C1.WPF.Grid.GridDetailCellCreatingEventArgs" class="text-break">GridDetailCellCreatingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides event data for <a class="xref" href="C1.WPF.Grid.FlexGridDetailProvider-1.DetailCellCreating.html">DetailCellCreating</a> event.</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">GridDetailCellCreatingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridDetailCellCreatingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridDetailCellCreatingEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridDetailCellCreatingEventArgs
    Inherits EventArgs</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="C1_WPF_Grid_GridDetailCellCreatingEventArgs_Content" data-uid="C1.WPF.Grid.GridDetailCellCreatingEventArgs.Content">
          <a class="xref" href="C1.WPF.Grid.GridDetailCellCreatingEventArgs.Content.html#C1_WPF_Grid_GridDetailCellCreatingEventArgs_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual element displayed as the row details.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridDetailCellCreatingEventArgs_Row" data-uid="C1.WPF.Grid.GridDetailCellCreatingEventArgs.Row">
          <a class="xref" href="C1.WPF.Grid.GridDetailCellCreatingEventArgs.Row.html#C1_WPF_Grid_GridDetailCellCreatingEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row associated to this details row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
