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. |