[]
        
(Showing Draft Content)

C1.WPF.DataFilter.TimeOnlyRangeFilterPresenter

TimeOnlyRangeFilterPresenter Class

Represent ui for TimeOnlyRangeFilter model.

Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
[TemplatePart(Name = "LowerEditor", Type = typeof(C1TimeEditor))]
[TemplatePart(Name = "UpperEditor", Type = typeof(C1TimeEditor))]
public class TimeOnlyRangeFilterPresenter : BaseRangeFilterPresenter<TimeOnlyRangeFilter>, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject

Constructors

Name Description
TimeOnlyRangeFilterPresenter()

Initializes a new instance of the TimeOnlyRangeFilterPresenter class.

Methods

Name Description
Dispose(bool)
ImplementLocalization()

Implement localization.

OnApplyTemplate()
OnSliderLowerValueChanged(object, EventArgs)

Called when the lower value of the slider is changed.

OnSliderUpperValueChanged(object, EventArgs)

Called when the upper value of the slider is changed.