[]
        
(Showing Draft Content)

C1.WPF.DataFilter.TimeSpanRangeFilterPresenter

TimeSpanRangeFilterPresenter Class

Represent ui for TimeSpanRangeFilter 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 TimeSpanRangeFilterPresenter : BaseRangeFilterPresenter<TimeSpanRangeFilter>, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject

Constructors

Name Description
TimeSpanRangeFilterPresenter()

Initializes a new instance of the TimeSpanRangeFilterPresenter 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.