Class 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.
Inheritance
System.Object
BlinkState
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class BlinkState : Enum
Fields
Increased
Value of cell was increased.
Declaration
public const BlinkState Increased
Field Value
| Type |
|---|
| BlinkState |
NewRecord
Cell belongs to a record that has been recently added or cell was null before.
Declaration
public const BlinkState NewRecord
Field Value
| Type |
|---|
| BlinkState |
NewValue
A value has been applied to a cell that was null before.
Declaration
public const BlinkState NewValue
Field Value
| Type |
|---|
| BlinkState |
None
No change was detected recently.
Declaration
public const BlinkState None
Field Value
| Type |
|---|
| BlinkState |
NullValue
Null has been applied to a cell that was a valid value before.
Declaration
public const BlinkState NullValue
Field Value
| Type |
|---|
| BlinkState |
Reduced
Value of cell was reduced.
Declaration
public const BlinkState Reduced
Field Value
| Type |
|---|
| BlinkState |