menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridRefreshCurrentCellBehavior - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridRefreshCurrentCellBehavior

    Defines which cells to refresh when moving the current cell. When cell's appearance is changed if cell is moved to a new row (e.g. when GridShowButtons.ShowCurrentRow is used), you should specify RefreshRow.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridRefreshCurrentCellBehavior

    Fields

    Name Description
    None

    No refresh necessary when moving the current cell.

    RefreshCell

    Refreshes the current cell only.

    RefreshRow

    Refreshes the whole row. Use this setting if you are using ShowCurrentRow.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved