[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.NumericFilter

NumericFilter Class

Conditional filter for numeric data type.

Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class NumericFilter : ConditionalFilter, INotifyPropertyChanged, IComponent, IDisposable

Constructors

Name Description
NumericFilter()

Properties

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.