Class 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.
Inheritance
System.Object
GridRefreshCurrentCellBehavior
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridRefreshCurrentCellBehavior : Enum
Fields
None
No refresh necessary when moving the current cell.
Declaration
public const GridRefreshCurrentCellBehavior None
Field Value
| Type |
|---|
| GridRefreshCurrentCellBehavior |
RefreshCell
Refreshes the current cell only.
Declaration
public const GridRefreshCurrentCellBehavior RefreshCell
Field Value
| Type |
|---|
| GridRefreshCurrentCellBehavior |
RefreshRow
Refreshes the whole row. Use this setting if you are using ShowCurrentRow.
Declaration
public const GridRefreshCurrentCellBehavior RefreshRow
Field Value
| Type |
|---|
| GridRefreshCurrentCellBehavior |