alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridWrapCellBehavior

    Defines the controls what the grid does when a last or first column in a row.

    Inheritance
    System.Object
    GridWrapCellBehavior
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved