# C1.WPF.Schedule.AppointmentsCoverPane.IsPaneAppointment

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_AppointmentsCoverPane_IsPaneAppointment_" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.IsPaneAppointment*">IsPaneAppointment Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_AppointmentsCoverPane_IsPaneAppointment_" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.IsPaneAppointment*"></a>
<h4 id="C1_WPF_Schedule_AppointmentsCoverPane_IsPaneAppointment_C1_Schedule_Appointment_C1_WPF_Schedule_AppointmentFilterEnum_" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.IsPaneAppointment(C1.Schedule.Appointment,C1.WPF.Schedule.AppointmentFilterEnum)">IsPaneAppointment(Appointment, AppointmentFilterEnum)</h4>
<div class="markdown level1 summary"><p>Checks whether the specified appointment should be shown in the current pane.
The default implementation filters appointments according to the AppointmentsCoverPane.AppointmentFilter property value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool IsPaneAppointment(Appointment appointment, AppointmentFilterEnum filter)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function IsPaneAppointment(appointment As Appointment, filter As AppointmentFilterEnum) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Appointment</span></td>
      <td><span class="parametername">appointment</span></td>
      <td><p>The <span class="xref">C1.Schedule.Appointment</span> object to check.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.Schedule.AppointmentFilterEnum.html">AppointmentFilterEnum</a></td>
      <td><span class="parametername">filter</span></td>
      <td><p>The <a class="xref" href="C1.WPF.Schedule.AppointmentFilterEnum.html">AppointmentFilterEnum</a> value which should be used for filtering.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if the <span class="xref">C1.Schedule.Appointment</span> object should be shown in the current pane; otherwise, False.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_WPF_Schedule_AppointmentsCoverPane_IsPaneAppointment_C1_Schedule_Appointment_C1_WPF_Schedule_AppointmentFilterEnum__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Override this method in the derived class to filter appointments by additional conditions.</p>
</div>
</div>
