[]
Base class represents a filter with range slider or editors of range.
public abstract class RangeFilterBase : Filter, INotifyPropertyChanged
| Name | Description |
|---|---|
| RangeFilterBase(string, bool) | Initializes a new instance of the RangeFilterBase with the name of the data item property. |
| Name | Description |
|---|---|
| Digits | Gets or sets the number of fractional digits. |
| EditorWidth | Gets or sets a value of editors width. |
| EditorsType | Gets or sets a value indicating editors type. |
| EditorsVisible | Gets or sets a value indicating whether show the editors or not. |
| Expression | Gets the expression of the current filter. |
| Increment | Gets or set the the amount to increment/decrement when the user clicks up/down buttons. |
| LowerValue | Gets or sets the current lower magnitude of the range. |
| Maximum | Gets or sets the maximum value of the range. |
| Minimum | Gets or sets the minimum value of the range. |
| SliderVisible | Gets or sets a value indicating whether show the range slider or not. |
| UpperValue | Gets or sets the current upper magnitude of the range. |
| Name | Description |
|---|---|
| Reset(bool) | Resets the filter value to the default value. |
| SetLowerValue(double, bool) | Sets a lower value of BoolFilterBase class. |
| SetUpperValue(double, bool) | Sets a upper value of BoolFilterBase class. |