| C1.Xaml.FlexGrid アセンブリ > C1.Xaml.FlexGrid 名前空間 : AllowDragging 列挙体 |
'宣言 Public Enum AllowDragging Inherits System.Enum
public enum AllowDragging : System.Enum
| メンバ | 解説 |
|---|---|
| Both | ユーザーはマウスで行と列を新しい位置にドラッグできます。 |
| Columns | ユーザーはマウスで列を新しい位置にドラッグできます。 |
| None | マウスで移動できるグリッド要素はありません。 |
| Rows | ユーザーはマウスで行を新しい位置にドラッグできます。 |
System.Object
System.ValueType
System.Enum
C1.Xaml.FlexGrid.AllowDragging