alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridSetCurrentCellOptions

    Defines options for the MoveTo(Int32, Int32, GridSetCurrentCellOptions, Boolean) method call.

    Inheritance
    System.Object
    GridSetCurrentCellOptions
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridSetCurrentCellOptions : Enum

    Fields

    BeginEndUpdate

    Sandwich current cell movement with a BeginUpdate / EndUpdate method call pair to reduce flickering.

    Declaration
    public const GridSetCurrentCellOptions BeginEndUpdate
    Field Value
    Type
    GridSetCurrentCellOptions

    ForceRefresh

    Force new current cell to be redrawn.

    Declaration
    public const GridSetCurrentCellOptions ForceRefresh
    Field Value
    Type
    GridSetCurrentCellOptions

    NoActivate

    Do not active new current cell. Only store row and column index.

    Declaration
    public const GridSetCurrentCellOptions NoActivate
    Field Value
    Type
    GridSetCurrentCellOptions

    None

    No special options.

    Declaration
    public const GridSetCurrentCellOptions None
    Field Value
    Type
    GridSetCurrentCellOptions

    NoSelectRange

    Do not give current cell a range selection (when using Excel-like current cell).

    Declaration
    public const GridSetCurrentCellOptions NoSelectRange
    Field Value
    Type
    GridSetCurrentCellOptions

    NoSetFocus

    Do not set focus on text box in new current cell, ignoring ActivateCurrentCellBehavior.

    Declaration
    public const GridSetCurrentCellOptions NoSetFocus
    Field Value
    Type
    GridSetCurrentCellOptions

    NoSyncCurrentCell

    Do not synchronize current cell among grid views showing the same model, ignoring ShouldSynchronizeCurrentCell.

    Declaration
    public const GridSetCurrentCellOptions NoSyncCurrentCell
    Field Value
    Type
    GridSetCurrentCellOptions

    ScrollInView

    Scroll new current cell into view.

    Declaration
    public const GridSetCurrentCellOptions ScrollInView
    Field Value
    Type
    GridSetCurrentCellOptions

    SetFocus

    Try to set focus on text box in new current cell, ignoring ActivateCurrentCellBehavior.

    Declaration
    public const GridSetCurrentCellOptions SetFocus
    Field Value
    Type
    GridSetCurrentCellOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved