Class InvalidateAction
Indicates the invalidate action taken when a value in a cell changes.
Inheritance
System.Object
InvalidateAction
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class InvalidateAction : Enum
Fields
Cell
Only the changed cell is invalidated.
Declaration
public const InvalidateAction Cell
Field Value
Type |
---|
InvalidateAction |
Grid
The entire grid is invalidated when any cell in the gid is changed.
Declaration
public const InvalidateAction Grid
Field Value
Type |
---|
InvalidateAction |
Row
The entire row holding the changed cell is invalidated.
Declaration
public const InvalidateAction Row
Field Value
Type |
---|
InvalidateAction |