# GrapeCity.Wpf.SpreadSheet.DragFillEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs" data-uid="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs" class="text-break">DragFillEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the DragFill event for the Spread component,
which occurs when the range of cells is being dragged and filled.</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">DragFillEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DragFillEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DragFillEventArgs
    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="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_Cancel" data-uid="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.Cancel">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.Cancel.html#GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value to allow user to cancel drag filling</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_FillRange" data-uid="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.FillRange">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.FillRange.html#GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_FillRange">FillRange</a>
        </td>
        <td class="markdown level1 summary"><p>The range will be filled after drag-fill process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_ShowContextMenu" data-uid="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.ShowContextMenu">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.ShowContextMenu.html#GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_ShowContextMenu">ShowContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value that determines whether the context menu is shown during the drag-fill process.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_SourceRange" data-uid="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.SourceRange">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DragFillEventArgs.SourceRange.html#GrapeCity_Wpf_SpreadSheet_DragFillEventArgs_SourceRange">SourceRange</a>
        </td>
        <td class="markdown level1 summary"><p>The range contain data of drag-fill process.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
