ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / NumericFilter Class
Properties Methods Events


In This Topic
    NumericFilter Class Members
    In This Topic

    The following tables list the members exposed by NumericFilter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the header that will be shown in the column header. if HeaderText is not specified the PropertyName property will be used. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyFilter attached state. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyFlattened CombinationExpression (Inherited from C1.WPF.DataFilter.ConditionalFilter)
    Public PropertyGets or sets the delay that occurs between the key strokes and the value changed event. (Inherited from C1.WPF.DataFilter.ConditionalFilter)
    Public PropertyGets or sets the expression of the current Filter. (Inherited from C1.WPF.DataFilter.ConditionalFilter)
    Public PropertyGets or sets the format of numeric text box  
    Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyGets or set the the amount to increment/decrement when the user clicks up/down buttons.  
    Public PropertyGets a value indicating the current Filter is applied or not. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyGets or sets the maximum value of the range.  
    Public PropertyGets or sets the minimum value of the range.  
    Public PropertyGets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WPF.DataFilter.Filter)
    Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WPF.DataFilter.Filter)
    Top
    Public Methods
     NameDescription
    Public MethodResets the filter value to the default value. (Inherited from C1.WPF.DataFilter.ConditionalFilter)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalls when the filter state was changed. (Inherited from C1.WPF.DataFilter.Filter)
    Protected MethodOverloaded. Raises the PropertyChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Protected MethodRaises the ValueChanged event. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Protected MethodCompares two values of property and raises an PropertyChanged event if they are different. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Top
    Public Events
     NameDescription
    Public EventNotifies clients that a AttachedState value has changed. (Inherited from C1.WPF.DataFilter.Filter)
    Public EventOccurs when a property value changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Public EventOccurs when a value of current Filter changes. (Inherited from C1.WPF.DataFilter.NotifyPropertyChanged)
    Top
    See Also