'宣言 Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
'宣言 Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
メンバ | 解説 |
---|---|
Both | ユーザーは行および列をサイズ変更できません。 |
BothAllCells | ユーザーは、任意のセルの端をドラッグすることで、行および列をサイズ変更できます。 |
Columns | ユーザーは列をサイズ変更できます。 |
ColumnsAllCells | ユーザーは、任意のセルの端をドラッグすることで、列をサイズ変更できます。 |
None | ユーザーは行または列をサイズ変更できません。 |
Rows | ユーザーは行をサイズ変更できます。 |
RowsAllCells | ユーザーは、任意のセルの端をドラッグすることで、行をサイズ変更できます。 |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.AllowResizing