Class GridWrapCellBehavior
Controls what the grid does when a last or first column in a row.
Inheritance
System.Object
GridWrapCellBehavior
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridWrapCellBehavior : Enum
Fields
NextControlInForm
When at the last row and last column activate next sibling control in the dialog or when when at first row and column activate previous sibling control in dialog.
Declaration
public const GridWrapCellBehavior NextControlInForm
Field Value
Type |
---|
GridWrapCellBehavior |
None
Don't move current cell.
Declaration
public const GridWrapCellBehavior None
Field Value
Type |
---|
GridWrapCellBehavior |
WrapGrid
When at the last row and last column, move to first row and column or vice versa.
Declaration
public const GridWrapCellBehavior WrapGrid
Field Value
Type |
---|
GridWrapCellBehavior |
WrapRow
Move to first column in next row or last column in previous row.
Declaration
public const GridWrapCellBehavior WrapRow
Field Value
Type |
---|
GridWrapCellBehavior |