WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BlinkState - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved