# C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter" class="text-break">TimeOnlyRangeFilterPresenter Class
</h1>
  <div class="markdown level0 summary"><p>Represent ui for <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.html">TimeOnlyRangeFilter</a> model.</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.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="C1.WPF.DataFilter.BaseRangeFilterPresenter-1.html">BaseRangeFilterPresenter</a>&lt;<a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.html">TimeOnlyRangeFilter</a>&gt;</div>
    <div class="level6"><span class="xref">TimeOnlyRangeFilterPresenter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><span class="xref">IDependencyObject</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;LowerEditor&quot;, Type = typeof(C1TimeEditor))]
[TemplatePart(Name = &quot;UpperEditor&quot;, Type = typeof(C1TimeEditor))]
public class TimeOnlyRangeFilterPresenter : BaseRangeFilterPresenter&lt;TimeOnlyRangeFilter&gt;, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;LowerEditor&quot;, Type:=GetType(C1TimeEditor))&gt;
&lt;TemplatePart(Name:=&quot;UpperEditor&quot;, Type:=GetType(C1TimeEditor))&gt;
Public Class TimeOnlyRangeFilterPresenter
    Inherits BaseRangeFilterPresenter(Of TimeOnlyRangeFilter)
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter__ctor" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.-ctor.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter__ctor">TimeOnlyRangeFilterPresenter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.html">TimeOnlyRangeFilterPresenter</a> class.</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="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_Dispose_System_Boolean_" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.Dispose.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_ImplementLocalization" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.ImplementLocalization">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.ImplementLocalization.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_ImplementLocalization">ImplementLocalization()</a>
        </td>
        <td class="markdown level1 summary"><p>Implement localization.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnApplyTemplate" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnApplyTemplate">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnApplyTemplate.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnSliderLowerValueChanged_System_Object_System_EventArgs_" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnSliderLowerValueChanged(System.Object,System.EventArgs)">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnSliderLowerValueChanged.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnSliderLowerValueChanged_System_Object_System_EventArgs_">OnSliderLowerValueChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the lower value of the slider is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnSliderUpperValueChanged_System_Object_System_EventArgs_" data-uid="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnSliderUpperValueChanged(System.Object,System.EventArgs)">
          <a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter.OnSliderUpperValueChanged.html#C1_WPF_DataFilter_TimeOnlyRangeFilterPresenter_OnSliderUpperValueChanged_System_Object_System_EventArgs_">OnSliderUpperValueChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the upper value of the slider is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
