Enum BlinkUpdateTriggerModeStyle
Determines the blink update mode while blinking support is enabled.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum BlinkUpdateTriggerModeStyle
Fields
Name | Description |
---|---|
Idle | The default blink mode of blinking only on grid redraws. |
System_Timer | Update the grid if it runs on separate UI thread. |
WF_Timer | The enabled timer to redraw on each blink. |