alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BlinkUpdateTriggerModeStyle

    Determines the blink update mode while blinking support is enabled.

    Inheritance
    System.Object
    BlinkUpdateTriggerModeStyle
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class BlinkUpdateTriggerModeStyle : Enum

    Fields

    Idle

    The default blink mode of blinking only on grid redraws.

    Declaration
    public const BlinkUpdateTriggerModeStyle Idle
    Field Value
    Type
    BlinkUpdateTriggerModeStyle

    System_Timer

    Update the grid if it runs on separate UI thread.

    Declaration
    public const BlinkUpdateTriggerModeStyle System_Timer
    Field Value
    Type
    BlinkUpdateTriggerModeStyle

    WF_Timer

    The enabled timer to redraw on each blink.

    Declaration
    public const BlinkUpdateTriggerModeStyle WF_Timer
    Field Value
    Type
    BlinkUpdateTriggerModeStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved