[]
Conditional filter for numeric data type.
public class NumericFilter : ConditionalFilter, INotifyPropertyChanged, IComponent, IDisposable
Name | Description |
---|---|
NumericFilter() |
Name | Description |
---|---|
Format | Gets or sets the format of numeric text box |
Increment | Gets or set the the amount to increment/decrement when the user clicks up/down buttons. |
Maximum | Gets or sets the maximum value of the range. |
Minimum | Gets or sets the minimum value of the range. |
SupportedFilterOperations | List of supported FilterOperation. |