ASP.NET Core MVC コントロールヘルプ
AllowSorting 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : AllowSorting 列挙体
Specifies constants that define the grid's sorting capabilities.
シンタックス
'宣言
 
Public Enum AllowSorting 
   Inherits System.Enum
public enum AllowSorting : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間