[]
Range filter for numeric range filter.
[TemplatePart(Name = "LowerEditor", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "UpperEditor", Type = typeof(C1NumericBox))]
public class NumericRangeFilterPresenter : BaseRangeFilterPresenter<RangeFilter>, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject
| Name | Description |
|---|---|
| NumericRangeFilterPresenter() | Initializes a new instance of the NumericRangeFilterPresenter class. |
| 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. |