Enum BlinkState
Specifies the blink state for a cell indicating whether the cells value was increased or decreased or if the record has been recently added. The BlinkState will be reset to BlinkState.None after the interval specified in BlinkTime elapsed.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum BlinkState
Fields
Name | Description |
---|---|
Increased | Value of cell was increased. |
NewRecord | Cell belongs to a record that has been recently added or cell was null before. |
NewValue | A value has been applied to a cell that was null before. |
None | No change was detected recently. |
NullValue | Null has been applied to a cell that was a valid value before. |
Reduced | Value of cell was reduced. |