Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AutoFilter Class / MatchingSource Property
Example


In This Topic
    MatchingSource Property
    In This Topic
    Specifies the data column in the combo box to search for a match when using the automatic filter. The default value is AllColumns.
    Syntax
    'Declaration
     
    
    Public Property MatchingSource As FilterMatchingSource
    'Usage
     
    
    Dim instance As AutoFilter
    Dim value As FilterMatchingSource
     
    instance.MatchingSource = value
     
    value = instance.MatchingSource
    public FilterMatchingSource MatchingSource {get; set;}
    Example
    This example filters out items when typing in the combo cell.
    See Also