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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : AllowDragging 列挙体
Specifies constants that define the row/column dragging behavior.
シンタックス
'宣言
 
Public Enum AllowDragging 
   Inherits System.Enum
public enum AllowDragging : System.Enum 
メンバ
メンバ解説
BothThe user may drag rows and columns.
ColumnsThe user may drag columns.
NoneThe user may not drag rows or columns.
RowsThe user may drag rows.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間