FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValueFilter Class
Properties Methods


In This Topic
    ValueFilter Class Members
    In This Topic

    The following tables list the members exposed by ValueFilter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets a value that determines whether the filter is active.  
    Public PropertyGets or sets an array with the values that should be included in the output.  
    Public PropertyGets or sets the limit count of values in value filter.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Applies the filter to a value.  
    Public MethodOverridden. Gets the editor used to modify the filter at run time.  
    Public MethodOverridden.   
    Public MethodOverridden. Resets the filter making it inactive.  
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodDecodes string value to filter typed value. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Protected MethodEncodes filter value to string value. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Protected MethodGets filter data type from XML definition. (Inherited from C1.Win.FlexGrid.BaseFilter)
    Top
    See Also