ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / FilterOperatorsSortMode Enumeration

In This Topic
    FilterOperatorsSortMode Enumeration
    In This Topic
    Determines the order of items in the filter dropdown list.
    Syntax
    'Declaration
     
    Public Enum FilterOperatorsSortMode 
       Inherits System.Enum
    public enum FilterOperatorsSortMode : System.Enum 
    Members
    MemberDescription
    AlphabeticalOperators are sorted alphabetically.
    AlphabeticalCustomFirstOperators are sorted alphabetically with custom operators going before built-in ones.
    AlphabeticalEmbeddedFirstOperators are sorted alphabetically with built-in operators going before custom operators.
    NoneOperators follow the order of addition, built-in operators goes before custom ones.
    Remarks
    The "NoFilter" operator is always first.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Extenders.C1Grid.FilterOperatorsSortMode

    See Also