Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FilterMatchingSource Enumeration


In This Topic
    FilterMatchingSource Enumeration
    In This Topic
    Indicates the source to match when doing filter.
    Syntax
    'Declaration
     
    
    Public Enum FilterMatchingSource 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterMatchingSource
    public enum FilterMatchingSource : System.Enum 
    Members
    MemberDescription
    AllSubItemsThe prefix of filter will match with all SubItem in ListItem.SubItems.
    ControlTextThe prefix of filter will match with GcComboBox.Text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.FilterMatchingSource

    See Also