Enum GridWrapCellBehavior
Defines the controls what the grid does when a last or first column in a row.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridWrapCellBehavior
Fields
| Name | Description |
|---|---|
| NextControlInForm | When at the last row and last column activate next sibling control in the dialog or when at first row and column activate previous sibling control in dialog. |
| None | Don't move current cell. |
| WrapGrid | When at the last row and last column, move to first row and column or vice versa. |
| WrapRow | Move to first column in next row or last column in previous row. |