Enum DragBehavior
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum DragBehavior : int
Fields
| Name | Description |
|---|---|
| Disabled | Does not allow a drag-and-drop action (default). |
| Enabled | Allows a drag-and-drop action. |