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

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

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

参照

C1.Web.Mvc.Grid 名前空間