# C1.WPF.Grid.GridColumnFilterLoadingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridColumnFilterLoadingEventArgs" data-uid="C1.WPF.Grid.GridColumnFilterLoadingEventArgs" class="text-break">GridColumnFilterLoadingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Event data for column-filter loading 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"><a class="xref" href="../C1.WPF.GridControl/C1.WPF.Grid.CancelEventArgs.html">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">GridColumnFilterLoadingEventArgs</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_GridColumnFilterLoadingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridColumnFilterLoadingEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridColumnFilterLoadingEventArgs
    Inherits CancelEventArgs</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_GridColumnFilterLoadingEventArgs_Column" data-uid="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.Column">
          <a class="xref" href="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.Column.html#C1_WPF_Grid_GridColumnFilterLoadingEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the related column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnFilterLoadingEventArgs_DataFilter" data-uid="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.DataFilter">
          <a class="xref" href="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.DataFilter.html#C1_WPF_Grid_GridColumnFilterLoadingEventArgs_DataFilter">DataFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data filter that will be displayed for column filtering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnFilterLoadingEventArgs_ShowApplyButton" data-uid="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.ShowApplyButton">
          <a class="xref" href="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.ShowApplyButton.html#C1_WPF_Grid_GridColumnFilterLoadingEventArgs_ShowApplyButton">ShowApplyButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the apply button is shown. If <code>false</code>, the filter will be applied automatically as the UI is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridColumnFilterLoadingEventArgs_ShowClearButton" data-uid="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.ShowClearButton">
          <a class="xref" href="C1.WPF.Grid.GridColumnFilterLoadingEventArgs.ShowClearButton.html#C1_WPF_Grid_GridColumnFilterLoadingEventArgs_ShowClearButton">ShowClearButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the clear button is shown.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
