ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / AllowSorting Enumeration






In This Topic
    AllowSorting Enumeration
    In This Topic
    Specifies constants that define the grid's sorting capabilities.
    Syntax
    'Declaration
     
    
    Public Enum AllowSorting 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AllowSorting
    public enum AllowSorting : System.Enum 
    public enum AllowSorting = class(System.Enum)
    public enum AllowSorting extends System.Enum
    __value public enum AllowSorting : public System.Enum 
    public enum class AllowSorting : public System.Enum 
    Members
    MemberDescription
    MultiColumnUsers may sort the grid by multiple columns at a time. Clicking the column header sorts the column or flips the sort direction. Ctrl+Clicking removes the sort for the clicked column. Ctrl+Shift+Clicking removes all sorts.
    NoneUsers cannot sort the grid by clicking the column headers.
    SingleColumnUsers may sort the grid by a single column at a time. Clicking the column header sorts the column or flips the sort direction. Ctrl+Clicking removes the sort.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Grid.AllowSorting

    See Also