[]
        
(Showing Draft Content)

C1.WPF.DataFilter.NumericRangeFilterPresenter

NumericRangeFilterPresenter Class

Range filter for numeric range filter.

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

Constructors

Name Description
NumericRangeFilterPresenter()

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