ComponentOne List for WinForms
C1.Win.C1List Namespace / MatchColEnum Enumeration

In This Topic
    MatchColEnum Enumeration
    In This Topic
    Determines where the search is performed.
    Syntax
    'Declaration
     
    
    Public Enum MatchColEnum 
       Inherits System.Enum
    public enum MatchColEnum : System.Enum 
    Members
    MemberDescription
    AllColsSearch all the visible columns.
    CurrentMousePosSearch the column under the mouse cursor.
    CurrentSelectedColSearch the current selected column.
    DisplayMemberSearch the column of the DisplayMember.
    LeftVisibleColSearch the left most visible column.
    RightVisibleColSearch the right most visible column.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.MatchColEnum

    See Also