[]
        
(Showing Draft Content)

C1.WinUI.DataFilter.NumericFilter

NumericFilter Class

Conditional filter for numeric data type.

Namespace: C1.WinUI.DataFilter
Assembly: C1.WinUI.DataFilter.dll
Syntax
public class NumericFilter : ConditionalFilter, INotifyPropertyChanged
Public Class NumericFilter
    Inherits ConditionalFilter
    Implements INotifyPropertyChanged

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 C1.DataCollection.FilterOperation.