Blazor コントロール
GridAllowResizing 列挙体

C1.Blazor.Grid アセンブリ > C1.Blazor.Grid 名前空間 : GridAllowResizing 列挙体
サイズ変更できる要素を定義する値を指定します。
シンタックス
'宣言
 
Public Enum GridAllowResizing 
   Inherits System.Enum
public enum GridAllowResizing : System.Enum 
メンバ
メンバ解説
Bothユーザーは行と列をサイズ変更できます。
Columnsユーザーは列をサイズ変更できます。
Noneサイズ変更できるグリッド要素はありません。
Rowsユーザーは行をサイズ変更できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Grid.GridAllowResizing

参照

C1.Blazor.Grid 名前空間