'宣言 Public Enum GridAllowResizing Inherits System.Enum
public enum GridAllowResizing : System.Enum
'宣言 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