Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterMatchingSource Enumeration
Example Example


In This Topic
    FilterMatchingSource Enumeration
    In This Topic
    Specifies the data column in the combo box to search for a match when using the automatic filter.
    Syntax
    'Declaration
     
    
    Public Enum FilterMatchingSource 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterMatchingSource
    public enum FilterMatchingSource : System.Enum 
    Members
    MemberDescription
    AllColumnsSpecifies the matching value is set to filter on all columns of the combo box
    DataColumnSpecifies the matching value is set to only filter on the data column of the combo box
    Example
    This example sets the matching source.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.FilterMatchingSource

    See Also